#include <stdio.h>
int main(void) {
// your code goes here
char c = 'x';
printf("char %d\n",sizeof(char));
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCiAgICBjaGFyIGMgPSAneCc7CiAgICBwcmludGYoImMgPSAlY1xuIixjKTsKICAgIHByaW50ZigiY2hhciAlZFxuIixzaXplb2YoY2hhcikpOwogICAgCglyZXR1cm4gMDsKfQo=