Test 1 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of rangeTest 2 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of rangeTest 3 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of rangeTest 4 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of rangeTest 5 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of rangeTest 6 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of rangeTest 7 (public)
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of rangeTest 8 (public)
Verdict: RUNTIME ERROR
| input |
|---|
| bbbbaaaababbbbbaabaaabaaaaabab... |
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of rangeTest 9 (public)
Verdict: RUNTIME ERROR
| input |
|---|
| acbaaabaabaddaccdcccbcdbdddacd... |
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of rangeTest 10 (public)
Verdict: RUNTIME ERROR
| input |
|---|
| uaqtmfftecryanvpshxsodjrllqnqp... |
Error:
Traceback (most recent call last):
File "input/code.py", line 13, in <module>
print(palindrome(sys.argv[1]))
IndexError: list index out of range