#include <stdio.h>

int main(void) {
	printf("%zu\n", sizeof('x'));
	return 0;
}
