Test 1
Verdict: RUNTIME ERROR
input |
---|
ABABABABABABABABABABABABABABAB... |
correct output |
---|
ABABABABABABABABABABABABABABAB... |
Error:
Traceback (most recent call last):
File "input/code.py", line 23, in <module>
if allList[x] == allList[x+1]: #Jos kirjain on sama kuin seuraava kirjain
IndexError: list index out of range
Test 2
Verdict: RUNTIME ERROR
input |
---|
AABBAABBAABBAABBAABBAABBAABBAA... |
Error:
Traceback (most recent call last):
File "input/code.py", line 28, in <module>
while allList[n] == allList[start]: #N aloittaa looppaamisen end+1, vie endin paikalleen
IndexError: list index out of range
Test 3
Verdict: RUNTIME ERROR
input |
---|
ABABABABABABABABABABABABABABAB... |
Error:
Traceback (most recent call last):
File "input/code.py", line 23, in <module>
if allList[x] == allList[x+1]: #Jos kirjain on sama kuin seuraava kirjain
IndexError: list index out of range
Test 4
Verdict: RUNTIME ERROR
input |
---|
BBABABBBBBAABBBABABABBBBAAABAB... |
Error:
Traceback (most recent call last):
File "input/code.py", line 23, in <module>
if allList[x] == allList[x+1]: #Jos kirjain on sama kuin seuraava kirjain
IndexError: list index out of range
Test 5
Verdict: RUNTIME ERROR
input |
---|
ACDCBBACDBBBACAACBBDBADBAABABA... |
correct output |
---|
ACDCACDADBADABACACDCADADABABCA... |
Error:
Traceback (most recent call last):
File "input/code.py", line 28, in <module>
while allList[n] == allList[start]: #N aloittaa looppaamisen end+1, vie endin paikalleen
IndexError: list index out of range
Test 6
Verdict: RUNTIME ERROR
input |
---|
EETFHIJOGACDHMGVFJCMETMZDEITTR... |
correct output |
---|
TFHIJOGACDHMGVFJCMETMZDEIROTET... |
Error:
Traceback (most recent call last):
File "input/code.py", line 23, in <module>
if allList[x] == allList[x+1]: #Jos kirjain on sama kuin seuraava kirjain
IndexError: list index out of range
Test 7
Verdict: RUNTIME ERROR
input |
---|
GOONLAHLYPRFCZKIKSJWAWWYJJPCDB... |
correct output |
---|
GNLAHLYPRFCZKIKSJWAYPCDNWYMRCE... |
Error:
Traceback (most recent call last):
File "input/code.py", line 23, in <module>
if allList[x] == allList[x+1]: #Jos kirjain on sama kuin seuraava kirjain
IndexError: list index out of range
Test 8
Verdict: RUNTIME ERROR
input |
---|
PISHWMOTCDDZFRMYMOMYDYYGJZIQHS... |
correct output |
---|
PISHWMOTCZFRMYMOMYDGJZIQHSVAOK... |
Error:
Traceback (most recent call last):
File "input/code.py", line 23, in <module>
if allList[x] == allList[x+1]: #Jos kirjain on sama kuin seuraava kirjain
IndexError: list index out of range
Test 9
Verdict: RUNTIME ERROR
input |
---|
QUVVTPXAMWWODFXRONJODPGBTCISGM... |
correct output |
---|
QUTPXAMODFXRONJODPGBTCISGMVRBW... |
Error:
Traceback (most recent call last):
File "input/code.py", line 23, in <module>
if allList[x] == allList[x+1]: #Jos kirjain on sama kuin seuraava kirjain
IndexError: list index out of range
Test 10
Verdict: RUNTIME ERROR
input |
---|
POXHAHYEZTLYNFSLABODMRNKDSKROZ... |
correct output |
---|
POXHAHYEZTLYNFSLABODMRNKDSKROZ... |
Error:
Traceback (most recent call last):
File "input/code.py", line 23, in <module>
if allList[x] == allList[x+1]: #Jos kirjain on sama kuin seuraava kirjain
IndexError: list index out of range