#include <stdio.h>

int main(void) {
char ch;
for(ch=1;ch>=0;ch++);
printf("%d",ch);
	return 0;
}
