1 2 3 4 5 6 7 | #include <stdio.h> int main() { printf("Test"); return 0; } |
I2luY2x1ZGUgPHN0ZGlvLmg+CmludCBtYWluKCkKewpwcmludGYoIlRlc3QiKTsKcmV0dXJuIDA7Cn0K
-
upload with new input
-
result: Success time: 0s memory: 0 kB returned value: 2
mawk: prog.awk: line 2: syntax error at or near main mawk: prog.awk: line 5: return outside function body



