Test 1
Verdict: RUNTIME ERROR
| correct output |
|---|
22368469234876449 3 7456156411625483 |
Error:
Traceback (most recent call last):
File "input/code.py", line 2, in <module>
a,b = l...Test 2
Verdict: RUNTIME ERROR
| input |
|---|
| 292929292929292929292929292931 |
| correct output |
|---|
| 129292929292929292929292929293... |
Error:
Traceback (most recent call last):
File "input/code.py", line 2, in <module>
a,b = l...Test 3
Verdict: RUNTIME ERROR
| input |
|---|
| 292929292929292929292929292979 |
| correct output |
|---|
| 129292929292929292929292929297... |
Error:
Traceback (most recent call last):
File "input/code.py", line 2, in <module>
a,b = l...