1 2 3 4 5 6 7 8 | class Acc_IO1{ public static void main(String a[]){ int ascii; ascii = 'a'; System.out.write(ascii); } } |
Y2xhc3MgQWNjX0lPMXsKcHVibGljIHN0YXRpYyB2b2lkIG1haW4oU3RyaW5nIGFbXSl7CmludCBhc2NpaTsKYXNjaWkgPSAnYSc7ClN5c3RlbS5vdXQud3JpdGUoYXNjaWkpOwp9Cn0K
-
upload with new input
-
result: Success time: 0.08s memory: 212416 kB returned value: 0



