Test 1
Verdict: ACCEPTED
Test 2
Verdict: WRONG ANSWER
Test 3
Verdict: ACCEPTED
Test 4
Verdict: WRONG ANSWER
input |
---|
100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... |
Test 5
Verdict: WRONG ANSWER
input |
---|
100 0 0 0 1 1 0 0 0 0 1 1 1 0 1 1 ... |
Test 6
Verdict: RUNTIME ERROR
input |
---|
100 2 1 2 1 2 0 0 0 1 1 2 2 1 2 2 ... |
Error:
Traceback (most recent call last):
File "input/code.py", line 40, in <module>
print(inner(0,n-1))
File "input/code.py", line 31, in inner
total += inner(new_start,new_end)
File "input/code.py", line 20, in inner
prev = idxs[0]
IndexError: list index out of range
Test 7
Verdict: RUNTIME ERROR
input |
---|
100 36 5 10 37 94 59 20 31 64 2 58... |
Error:
Traceback (most recent call last):
File "input/code.py", line 40, in <module>
print(inner(0,n-1))
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 35, in inner
total += inner(prev+1,end)
File "input/code.py", line 35, in inner
total += inner(prev+1,end)
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 35, in inner
total += inner(prev+1,end)
File "input/code.py", line 20, in inner
prev = idxs[0]
IndexError: list index out of range
Test 8
Verdict: RUNTIME ERROR
input |
---|
100 228768416 32415139 952687252 6... |
Error:
Traceback (most recent call last):
File "input/code.py", line 40, in <module>
print(inner(0,n-1))
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 35, in inner
total += inner(prev+1,end)
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 20, in inner
prev = idxs[0]
IndexError: list index out of range
Test 9
Verdict: WRONG ANSWER
input |
---|
100000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... |
Test 10
Verdict: WRONG ANSWER
input |
---|
100000 1 1 1 0 0 1 0 0 0 0 1 0 1 0 0 ... |
Test 11
Verdict: RUNTIME ERROR
input |
---|
100000 2 1 2 2 2 2 2 1 1 0 1 1 0 1 1 ... |
Error:
Traceback (most recent call last):
File "input/code.py", line 40, in <module>
print(inner(0,n-1))
File "input/code.py", line 31, in inner
total += inner(new_start,new_end)
File "input/code.py", line 35, in inner
total += inner(prev+1,end)
File "input/code.py", line 20, in inner
prev = idxs[0]
IndexError: list index out of range
Test 12
Verdict: RUNTIME ERROR
input |
---|
100000 4 4 5 4 4 5 0 2 2 1 4 4 1 0 5 ... |
Error:
Traceback (most recent call last):
File "input/code.py", line 40, in <module>
print(inner(0,n-1))
File "input/code.py", line 31, in inner
total += inner(new_start,new_end)
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 20, in inner
prev = idxs[0]
IndexError: list index out of range
Test 13
Verdict: RUNTIME ERROR
input |
---|
100000 18 5 6 16 8 10 1 7 4 15 5 9 19... |
Error:
Traceback (most recent call last):
File "input/code.py", line 40, in <module>
print(inner(0,n-1))
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 35, in inner
total += inner(prev+1,end)
File "input/code.py", line 20, in inner
prev = idxs[0]
IndexError: list index out of range
Test 14
Verdict: RUNTIME ERROR
input |
---|
100000 33 37 37 86 42 38 18 10 77 57 ... |
Error:
Traceback (most recent call last):
File "input/code.py", line 40, in <module>
print(inner(0,n-1))
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 24, in inner
total += inner(start,prev-1)
File "input/code.py", line 20, in inner
prev = idxs[0]
IndexError: list index out of range