1 2 3 4 5 6 7 | Program exereasy (input,output); var N,c:integer; begin readln(N); c:=N div 10 mod 10; writeln(c); end. |
UHJvZ3JhbSBleGVyZWFzeSAoaW5wdXQsb3V0cHV0KTsKdmFyIE4sYzppbnRlZ2VyOwpiZWdpbgogIHJlYWRsbihOKTsKICBjOj1OIGRpdiAxMCBtb2QgMTA7CiAgd3JpdGVsbihjKTsKZW5kLg==
-
upload with new input
-
result: Success time: 0.02s memory: 4112 kB returned value: 0
888872
7
-
result: Runtime error time: 0.02s memory: 4112 kB signal: -1
./prog: attempt to read past end of Input (error #454 at 804a011)



