1 2 3 4 5 6 7 8 9 10 | extern int x, a[]; int main() { x=*a; return 0; } int a[] = { 0, 2}; /* completes the type */ int x = 10; |
ZXh0ZXJuIGludCB4LCBhW107CiAKaW50IG1haW4oKQp7CiAgICB4PSphOyAKICAgIHJldHVybiAwOwp9CgppbnQgYVtdID0geyAwLCAyfTsgLyogY29tcGxldGVzIHRoZSB0eXBlICovCmludCB4ID0gMTA7
-
upload with new input
-
result: Success time: 0.01s memory: 1716 kB returned value: 0


