#include <stdio.h>
int main(void) {
// your code goes here
int a = 1;
char * p = (char*)&a;
if(*p == 1)
else
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCgkKCQoJaW50IGEgPSAxOwoJCgljaGFyICogcCA9IChjaGFyKikmYTsKIAogICBpZigqcCA9PSAxKQogICAgIHByaW50ZigibGl0dGxlIGVuZGlhbiIpOwogICAgZWxzZQogICAgICBwcmludGYoImJpZyBlbmRpYW4iKTsKCQoJCglyZXR1cm4gMDsKfQo=