Test 1
Verdict: RUNTIME ERROR
| input |
|---|
| 159 168 193 218 170 221 158 2... |
Error:
Traceback (most recent call last):
File "input/code.py", line 6, in <module>
lines = args[1].split('\n')
IndexError: list index out of rangeTest 2
Verdict: RUNTIME ERROR
| input |
|---|
| 133 249 194 236 50 75 110 2... |
Error:
Traceback (most recent call last):
File "input/code.py", line 6, in <module>
lines = args[1].split('\n')
IndexError: list index out of rangeTest 3
Verdict: RUNTIME ERROR
| input |
|---|
| 137 87 55 236 159 239 137 1... |
Error:
Traceback (most recent call last):
File "input/code.py", line 6, in <module>
lines = args[1].split('\n')
IndexError: list index out of rangeTest 4
Verdict: RUNTIME ERROR
| input |
|---|
| 555 80 711 842 298 130... |
Error:
Traceback (most recent call last):
File "input/code.py", line 6, in <module>
lines = args[1].split('\n')
IndexError: list index out of rangeTest 5
Verdict: RUNTIME ERROR
| input |
|---|
| 968 902 552 181 973 857... |
Error:
Traceback (most recent call last):
File "input/code.py", line 6, in <module>
lines = args[1].split('\n')
IndexError: list index out of rangeTest 6
Verdict: RUNTIME ERROR
| input |
|---|
| 229 64 872 833 214 370... |
Error:
Traceback (most recent call last):
File "input/code.py", line 6, in <module>
lines = args[1].split('\n')
IndexError: list index out of range