1 2 3 4 5 6 7 8 | procedure main () X := read() Y := read() write(X+Y); write(Y); end |
cHJvY2VkdXJlIG1haW4gKCkKICAgWCA6PSByZWFkKCkKICAgWSA6PSByZWFkKCkKCiAgICAgIHdyaXRlKFgrWSk7CiAgICAgIHdyaXRlKFkpOwoKZW5k
Translating: prog.icn: main No errors Linking:
-
upload with new input
-
result: Success time: 0s memory: 5052 kB returned value: 0
40.00 50.00
90.0 50.00
-
result: Success time: 0s memory: 5052 kB returned value: 1
Run-time error 102 File prog.icn; Line 5 numeric expected offending value: &null Traceback: main() {&null + &null} from line 5 in prog.icn



