#include <stdio.h>

int main(void) {
	printf("%d\n", 65 == 'A');
}
