Test 1
Group: 1
Verdict: ACCEPTED
Test 2
Group: 1
Verdict: ACCEPTED
Test 3
Group: 1
Verdict: ACCEPTED
Test 4
Group: 1
Verdict: ACCEPTED
Test 5
Group: 1
Verdict: ACCEPTED
Test 6
Group: 2
Verdict: TIME LIMIT EXCEEDED
input |
---|
51312303535233 994542403556353 |
Test 7
Group: 2
Verdict: TIME LIMIT EXCEEDED
input |
---|
25636920452341 934558290712847 |
Test 8
Group: 2
Verdict: TIME LIMIT EXCEEDED
input |
---|
7917952071965 985207415843573 |
Test 9
Group: 2
Verdict: TIME LIMIT EXCEEDED
input |
---|
48991581181227 907034837225965 |
Test 10
Group: 2
Verdict: TIME LIMIT EXCEEDED
input |
---|
47968703305149 924246001328437 |
Test 11
Group: 3
Verdict: RUNTIME ERROR
input |
---|
292953755324413237753216241025... |
correct output |
---|
53286731528535944 |
Error:
Traceback (most recent call last):
File "input/code.py", line 3, in <module>
for i in xrange(a,b+1):
OverflowError: Python int too large to convert to C long
Test 12
Group: 3
Verdict: RUNTIME ERROR
input |
---|
373990979330820426927419348165... |
correct output |
---|
51580289482227600 |
Error:
Traceback (most recent call last):
File "input/code.py", line 3, in <module>
for i in xrange(a,b+1):
OverflowError: Python int too large to convert to C long
Test 13
Group: 3
Verdict: RUNTIME ERROR
input |
---|
701417326319476057561825658890... |
correct output |
---|
42924933948374952 |
Error:
Traceback (most recent call last):
File "input/code.py", line 3, in <module>
for i in xrange(a,b+1):
OverflowError: Python int too large to convert to C long
Test 14
Group: 3
Verdict: RUNTIME ERROR
input |
---|
177202883511434557056457305647... |
correct output |
---|
54500592365600640 |
Error:
Traceback (most recent call last):
File "input/code.py", line 3, in <module>
for i in xrange(a,b+1):
OverflowError: Python int too large to convert to C long
Test 15
Group: 3
Verdict: RUNTIME ERROR
input |
---|
977665117437419620152569155919... |
correct output |
---|
38562071809359800 |
Error:
Traceback (most recent call last):
File "input/code.py", line 3, in <module>
for i in xrange(a,b+1):
OverflowError: Python int too large to convert to C long