Test 1
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 2
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 3
Verdict: RUNTIME ERROR
| input |
|---|
10 8 9 10 2 7 1 10 10 1 4 |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 4
Verdict: RUNTIME ERROR
| input |
|---|
100 1 8 8 5 7 10 9 4 8 10 6 3 8 7 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 5
Verdict: RUNTIME ERROR
| input |
|---|
1000 10 7 5 6 5 2 5 3 2 2 1 6 8 7 8... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 6
Verdict: RUNTIME ERROR
| input |
|---|
10000 9 1 8 2 6 5 1 3 3 10 6 3 9 3 1... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 7
Verdict: RUNTIME ERROR
| input |
|---|
100000 5 5 4 6 8 7 9 6 3 2 5 8 7 3 5 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 8
Verdict: RUNTIME ERROR
| input |
|---|
1000000 5 8 5 7 9 1 9 10 3 6 1 8 3 9 7... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 9
Verdict: RUNTIME ERROR
| input |
|---|
1000000 4 5 3 5 4 3 6 7 10 6 3 9 7 9 1... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 10
Verdict: RUNTIME ERROR
| input |
|---|
1000000 10 3 6 7 7 10 4 4 5 2 9 4 6 10... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 11
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 12
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 13
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 14
Verdict: RUNTIME ERROR
| input |
|---|
1000000 1000 1000 1000 1000 1000 1000 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of rangeTest 15
Verdict: RUNTIME ERROR
| input |
|---|
1000000 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 16, in <module>
main()
File "/box/input/code.py", line 11, in main
count[i] += count[i-j]
IndexError: list index out of range