#include <stdio.h>

int x = 10;

int main(void) {
	*(int*)(0x8049764) = 20;
	printf("%d\n",x);
	return 0;
}
