Test 1
Verdict: RUNTIME ERROR
| input |
|---|
| aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa... |
| correct output |
|---|
| aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa... |
Error:
File "input/code.py", line 28
print string[start:start + maxLength]
^
SyntaxError: Missing parentheses in call to 'print'Test 2
Verdict: RUNTIME ERROR
| input |
|---|
| saippuakauppiassaippuakauppias... |
| correct output |
|---|
| saippuakauppiassaippuakauppias... |
Error:
File "input/code.py", line 28
print string[start:start + maxLength]
^
SyntaxError: Missing parentheses in call to 'print'Test 3
Verdict: RUNTIME ERROR
| input |
|---|
| yfsnqpzfxfhdnbozewnjtseeyktblk... |
Error:
File "input/code.py", line 28
print string[start:start + maxLength]
^
SyntaxError: Missing parentheses in call to 'print'Test 4
Verdict: RUNTIME ERROR
| input |
|---|
| oyyahdsjdwtziuwnmpjhshemvxodtc... |
| correct output |
|---|
| rrfaxafuttsospqnxbwaufpchwjaha... |
Error:
File "input/code.py", line 28
print string[start:start + maxLength]
^
SyntaxError: Missing parentheses in call to 'print'Test 5
Verdict: RUNTIME ERROR
| input |
|---|
| tcaxtmkrvjovwnhsqquwxuemckkmks... |
| correct output |
|---|
| xtmkrvjovwnhsqquwxuemckkmksqqj... |
Error:
File "input/code.py", line 28
print string[start:start + maxLength]
^
SyntaxError: Missing parentheses in call to 'print'Test 6
Verdict: RUNTIME ERROR
| input |
|---|
| mwuepokhcaykorctrxqvplhxbxjndd... |
| correct output |
|---|
| eyexbstwynwjbqjasyuaqrmckrgmki... |
Error:
File "input/code.py", line 28
print string[start:start + maxLength]
^
SyntaxError: Missing parentheses in call to 'print'Test 7
Verdict: RUNTIME ERROR
| input |
|---|
| aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa... |
| correct output |
|---|
| bcbcbcbcbcbcbcbcbcbcbcbcbcbcbc... |
Error:
File "input/code.py", line 28
print string[start:start + maxLength]
^
SyntaxError: Missing parentheses in call to 'print'