#include <stdio.h>

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