1 2 3 4 5 6 7 8 9 10 11 12 13 | procedure main () local X,Y,wynik X := read() Y := read() wynik := Y/25 write(X); write(Y); write(wynik); end |
cHJvY2VkdXJlIG1haW4gKCkKbG9jYWwgWCxZLHd5bmlrCiAgIFggOj0gcmVhZCgpCiAgIFkgOj0gcmVhZCgpCgoKd3luaWsgOj0gWS8yNQoKICAgICAgd3JpdGUoWCk7CiAgICAgIHdyaXRlKFkpOwp3cml0ZSh3eW5payk7CgplbmQ=
Translating: prog.icn: main No errors Linking:
-
upload with new input
-
result: Success time: 0s memory: 5052 kB returned value: 0
40 50
40 50 2
-
result: Success time: 0.01s memory: 5052 kB returned value: 1
Run-time error 102 File prog.icn; Line 7 numeric expected offending value: &null Traceback: main() {&null / 25} from line 7 in prog.icn



