#include <stdio.h>
int main(){
int Data =10;
int *piSumData = NULL;
piSumData = &Data;
*piSumData = 5;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbigpewogICAgaW50IERhdGEgPTEwOwogICAgaW50ICpwaVN1bURhdGEgPSBOVUxMOwogICAgcGlTdW1EYXRhID0gJkRhdGE7CiAgICAqcGlTdW1EYXRhID0gNTsgCiAgICBwcmludGYoIiVkIiwqcGlTdW1EYXRhKTsKfQo=