#include <stdio.h>

int main(void) {
      int* p;
printf("%d",*p);
	// your code goes here
	return 0;
}
