#include <stdio.h>

int main(void) {
	printf("%d\n", (int)sizeof(*NULL));
	return 0;
}
