#include <stdio.h>
#include <ctype.h>

int main() {
	printf("%d", isupper('A'));
}