#include <stdio.h>

int main(void) {
	// your code goes here
    printf("char       %d\n",sizeof(char));
	return 0;
}
