1 2 3 4 5 | let n = read_int ();; let m = read_int ();; print_int (n + m);; print_newline ();; |
CiBsZXQgbiA9IHJlYWRfaW50ICgpOzsKIGxldCBtID0gcmVhZF9pbnQgKCk7OwogcHJpbnRfaW50IChuICsgbSk7OwogcHJpbnRfbmV3bGluZSAoKTs7
-
upload with new input
-
result: Success time: 0s memory: 2780 kB returned value: 0
333 343
676
-
result: Success time: 0s memory: 2780 kB returned value: 0
7 2
9


