1 2 3 4 5 6 7 8 9 | var a,b : integer; begin read(a); read(b); write(a + b); end. |
dmFyIGEsYiA6IGludGVnZXI7CgpiZWdpbgoKcmVhZChhKTsKcmVhZChiKTsKd3JpdGUoYSArIGIpOwoKZW5kLg==
-
upload with new input
-
result: Success time: 0.01s memory: 252 kB returned value: 0
1 2
3
-
result: Success time: 0.01s memory: 252 kB returned value: 0
0



