1 2 3 4 5 6 7 8 | #include<stdio.h> void main() { int a; a=2; printf("%d",a); } |
I2luY2x1ZGU8c3RkaW8uaD4Kdm9pZCBtYWluKCkKewppbnQgYTsKYT0yOwpwcmludGYoIiVkIixhKTsKCn0=
-
upload with new input
-
result: Runtime error time: 0.01s memory: 1720 kB signal: -1
10
2
-
result: Runtime error time: 0.01s memory: 1720 kB signal: -1
2



