Test 1
Verdict: RUNTIME ERROR
| input |
|---|
| ABABABABABABABABABABABABABABAB... |
| correct output |
|---|
| ABABABABABABABABABABABABABABAB... |
Error:
Traceback (most recent call last):
File "input/code.py", line 12, in <module>
if userList[z] != userList[z-1] and userList[z] != userList[z+1]:
IndexError: list index out of rangeTest 2
Verdict: ACCEPTED
| input |
|---|
| AABBAABBAABBAABBAABBAABBAABBAA... |
Test 3
Verdict: RUNTIME ERROR
| input |
|---|
| ABABABABABABABABABABABABABABAB... |
Error:
Traceback (most recent call last):
File "input/code.py", line 12, in <module>
if userList[z] != userList[z-1] and userList[z] != userList[z+1]:
IndexError: list index out of rangeTest 4
Verdict: RUNTIME ERROR
| input |
|---|
| BBABABBBBBAABBBABABABBBBAAABAB... |
Error:
Traceback (most recent call last):
File "input/code.py", line 12, in <module>
if userList[z] != userList[z-1] and userList[z] != userList[z+1]:
IndexError: list index out of rangeTest 5
Verdict: WRONG ANSWER
| input |
|---|
| ACDCBBACDBBBACAACBBDBADBAABABA... |
| correct output |
|---|
| ACDCACDADBADABACACDCADADABABCA... |
| user output |
|---|
| ACDCACDACCDBADBBABACACDCADADAB... |
Test 6
Verdict: RUNTIME ERROR
| input |
|---|
| EETFHIJOGACDHMGVFJCMETMZDEITTR... |
| correct output |
|---|
| TFHIJOGACDHMGVFJCMETMZDEIROTET... |
Error:
Traceback (most recent call last):
File "input/code.py", line 12, in <module>
if userList[z] != userList[z-1] and userList[z] != userList[z+1]:
IndexError: list index out of rangeTest 7
Verdict: RUNTIME ERROR
| input |
|---|
| GOONLAHLYPRFCZKIKSJWAWWYJJPCDB... |
| correct output |
|---|
| GNLAHLYPRFCZKIKSJWAYPCDNWYMRCE... |
Error:
Traceback (most recent call last):
File "input/code.py", line 12, in <module>
if userList[z] != userList[z-1] and userList[z] != userList[z+1]:
IndexError: list index out of rangeTest 8
Verdict: RUNTIME ERROR
| input |
|---|
| PISHWMOTCDDZFRMYMOMYDYYGJZIQHS... |
| correct output |
|---|
| PISHWMOTCZFRMYMOMYDGJZIQHSVAOK... |
Error:
Traceback (most recent call last):
File "input/code.py", line 12, in <module>
if userList[z] != userList[z-1] and userList[z] != userList[z+1]:
IndexError: list index out of rangeTest 9
Verdict: RUNTIME ERROR
| input |
|---|
| QUVVTPXAMWWODFXRONJODPGBTCISGM... |
| correct output |
|---|
| QUTPXAMODFXRONJODPGBTCISGMVRBW... |
Error:
Traceback (most recent call last):
File "input/code.py", line 12, in <module>
if userList[z] != userList[z-1] and userList[z] != userList[z+1]:
IndexError: list index out of rangeTest 10
Verdict: RUNTIME ERROR
| input |
|---|
| POXHAHYEZTLYNFSLABODMRNKDSKROZ... |
| correct output |
|---|
| POXHAHYEZTLYNFSLABODMRNKDSKROZ... |
Error:
Traceback (most recent call last):
File "input/code.py", line 12, in <module>
if userList[z] != userList[z-1] and userList[z] != userList[z+1]:
IndexError: list index out of range