#include <stdio.h>
int main(void) {
int a=10;
int *p;
p=&a;
*p=100;
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CgkKCWludCBhPTEwOwoJaW50ICpwOwoJcD0mYTsKCQoJKnA9MTAwOwoJCglwcmludGYoIuWkieaVsGHjga7lgKTvvJ0lZFxuIixhKTsKCQoJcmV0dXJuIDA7Cn0K