Test 1
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 8, in <module>
main()
File "/box/input/code.py", line 4, in main
values = sys.argv[1].split()
IndexError: list index out of rangeTest 2
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 8, in <module>
main()
File "/box/input/code.py", line 4, in main
values = sys.argv[1].split()
IndexError: list index out of rangeTest 3
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 8, in <module>
main()
File "/box/input/code.py", line 4, in main
values = sys.argv[1].split()
IndexError: list index out of rangeTest 4
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 8, in <module>
main()
File "/box/input/code.py", line 4, in main
values = sys.argv[1].split()
IndexError: list index out of range