#include <stdio.h>
int expo(int x, int y){
int i;
for(i=0; i<y; i++){
x = x*x;
}
return x;
}
int main(void) {
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgZXhwbyhpbnQgeCwgaW50IHkpewoJaW50IGk7Cglmb3IoaT0wOyBpPHk7IGkrKyl7CgkJeCA9IHgqeDsKCX0KCXJldHVybiB4Owp9CgppbnQgbWFpbih2b2lkKSB7CglwcmludGYoIiVkIiAsZXhwbygyLDMpKTsKCXJldHVybiAwOwp9Cg==