#include <stdio.h>

int main(void) {
	// your code goes here
int a[5];
printf("%X",&a[6]);
	return 0;
}
