
int main() {
	int *p= "hello there";
	return 0;
}