1 2 3 4 5 6 7 8 9 10 | #include <stdio.h> int main() { void *p; int* ptr,i=5; p=&i; ptr=p; return 0; } |
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbigpCnsKCXZvaWQgKnA7CglpbnQqIHB0cixpPTU7CglwPSZpOwoJcHRyPXA7CglyZXR1cm4gMDsKfQ==
-
upload with new input
-
result: Success time: 0.02s memory: 1716 kB returned value: 0


