#include <stdio.h>
int three()
{
return 3;
}
int main()
{
int x;
x = three();
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgdGhyZWUoKQp7CiAgICByZXR1cm4gMzsKfQoKaW50IG1haW4oKQp7CiAgICBpbnQgeDsKCiAgICB4ID0gdGhyZWUoKTsKCiAgICBwcmludGYoIng9JWRcbiIsIHgpOwoKICAgIHJldHVybiAwOwp9Cg==