Task: | Bittipeli |
Sender: | siirikuoppala |
Submission time: | 2015-10-08 12:55:05 +0300 |
Language: | Python3 |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | RUNTIME ERROR | 0 |
#2 | RUNTIME ERROR | 0 |
#3 | RUNTIME ERROR | 0 |
#4 | RUNTIME ERROR | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | RUNTIME ERROR | 0.10 s | 1 | details |
#2 | RUNTIME ERROR | 0.10 s | 1 | details |
#3 | RUNTIME ERROR | 0.10 s | 1 | details |
#4 | RUNTIME ERROR | 0.10 s | 1 | details |
#5 | RUNTIME ERROR | 0.09 s | 1 | details |
#6 | RUNTIME ERROR | 0.10 s | 1 | details |
#7 | RUNTIME ERROR | 0.09 s | 1 | details |
#8 | RUNTIME ERROR | 0.11 s | 1 | details |
#9 | RUNTIME ERROR | 0.10 s | 1 | details |
#10 | RUNTIME ERROR | 0.10 s | 1 | details |
#11 | RUNTIME ERROR | 0.10 s | 1 | details |
#12 | RUNTIME ERROR | 0.10 s | 1 | details |
#13 | RUNTIME ERROR | 0.10 s | 1 | details |
#14 | RUNTIME ERROR | 0.11 s | 1 | details |
#15 | RUNTIME ERROR | 0.10 s | 1 | details |
#16 | RUNTIME ERROR | 0.11 s | 1 | details |
#17 | RUNTIME ERROR | 0.11 s | 1 | details |
#18 | RUNTIME ERROR | 0.10 s | 1 | details |
#19 | RUNTIME ERROR | 0.12 s | 1 | details |
#20 | RUNTIME ERROR | 0.10 s | 1 | details |
#21 | RUNTIME ERROR | 0.09 s | 2 | details |
#22 | RUNTIME ERROR | 0.09 s | 2 | details |
#23 | RUNTIME ERROR | 0.09 s | 2 | details |
#24 | RUNTIME ERROR | 0.11 s | 2 | details |
#25 | RUNTIME ERROR | 0.07 s | 2 | details |
#26 | RUNTIME ERROR | 0.10 s | 2 | details |
#27 | RUNTIME ERROR | 0.11 s | 2 | details |
#28 | RUNTIME ERROR | 0.10 s | 2 | details |
#29 | RUNTIME ERROR | 0.10 s | 2 | details |
#30 | RUNTIME ERROR | 0.10 s | 2 | details |
#31 | RUNTIME ERROR | 0.09 s | 2 | details |
#32 | RUNTIME ERROR | 0.10 s | 2 | details |
#33 | RUNTIME ERROR | 0.10 s | 2 | details |
#34 | RUNTIME ERROR | 0.09 s | 2 | details |
#35 | RUNTIME ERROR | 0.10 s | 2 | details |
#36 | RUNTIME ERROR | 0.10 s | 2 | details |
#37 | RUNTIME ERROR | 0.10 s | 2 | details |
#38 | RUNTIME ERROR | 0.09 s | 2 | details |
#39 | RUNTIME ERROR | 0.09 s | 2 | details |
#40 | RUNTIME ERROR | 0.10 s | 2 | details |
#41 | RUNTIME ERROR | 0.09 s | 3 | details |
#42 | RUNTIME ERROR | 0.10 s | 3 | details |
#43 | RUNTIME ERROR | 0.11 s | 3 | details |
#44 | RUNTIME ERROR | 0.09 s | 3 | details |
#45 | RUNTIME ERROR | 0.10 s | 3 | details |
#46 | RUNTIME ERROR | 0.09 s | 3 | details |
#47 | RUNTIME ERROR | 0.09 s | 3 | details |
#48 | RUNTIME ERROR | 0.09 s | 3 | details |
#49 | RUNTIME ERROR | 0.10 s | 3 | details |
#50 | RUNTIME ERROR | 0.11 s | 3 | details |
#51 | RUNTIME ERROR | 0.09 s | 3 | details |
#52 | RUNTIME ERROR | 0.09 s | 3 | details |
#53 | RUNTIME ERROR | 0.10 s | 3 | details |
#54 | RUNTIME ERROR | 0.09 s | 3 | details |
#55 | RUNTIME ERROR | 0.09 s | 3 | details |
#56 | RUNTIME ERROR | 0.09 s | 3 | details |
#57 | RUNTIME ERROR | 0.10 s | 3 | details |
#58 | RUNTIME ERROR | 0.10 s | 3 | details |
#59 | RUNTIME ERROR | 0.10 s | 3 | details |
#60 | RUNTIME ERROR | 0.09 s | 3 | details |
#61 | RUNTIME ERROR | 0.10 s | 4 | details |
#62 | RUNTIME ERROR | 0.09 s | 4 | details |
#63 | RUNTIME ERROR | 0.10 s | 4 | details |
#64 | RUNTIME ERROR | 0.09 s | 4 | details |
#65 | RUNTIME ERROR | 0.11 s | 4 | details |
#66 | RUNTIME ERROR | 0.09 s | 4 | details |
#67 | RUNTIME ERROR | 0.10 s | 4 | details |
#68 | RUNTIME ERROR | 0.09 s | 4 | details |
#69 | RUNTIME ERROR | 0.09 s | 4 | details |
#70 | RUNTIME ERROR | 0.10 s | 4 | details |
#71 | RUNTIME ERROR | 0.10 s | 4 | details |
#72 | RUNTIME ERROR | 0.10 s | 4 | details |
#73 | RUNTIME ERROR | 0.09 s | 4 | details |
#74 | RUNTIME ERROR | 0.10 s | 4 | details |
#75 | RUNTIME ERROR | 0.10 s | 4 | details |
#76 | RUNTIME ERROR | 0.10 s | 4 | details |
#77 | RUNTIME ERROR | 0.09 s | 4 | details |
#78 | RUNTIME ERROR | 0.10 s | 4 | details |
#79 | RUNTIME ERROR | 0.09 s | 4 | details |
#80 | RUNTIME ERROR | 0.10 s | 4 | details |
Code
from collections import Counter bitit = str(input()) def muuna(): k=1 joku=[] for i in range(1, len(bitit)-1): if not bitit[i] - bitit[i-1]: k+=1 else: joku.append(int(k > 1)) k = 1 joku.append(int(int(bitit[-1]) + int(bitit[-2]) == 2)) return(joku) joku = muuna() counter = Counter(joku) kaks = counter[1] def yks(joku, teko): joku = dele(joku.index(1)) teko.append(1) return(teko, joku) def dele(lol): if lol>0 and lol < len(joku)-1: joku.pop(lol-1) joku.pop(lol-1) joku.pop(lol-1) joku.insert(lol-1, 1) elif lol ==0: joku.remove(joku[lol]) else: joku[lol]=5 joku.remove(5) return joku def pisinnol(): i=0 d = 0 a=0 g=0 yk=0 b=len(joku) while i < b: if joku[i] == 0: if d==0: g=i d+=1 else: if d>a: a=d gg=g YK=yk elif d==a: e=b/2 if i <= e: a=d gg=g YK=yk elif i > e and i-e < e-gg: a=d gg=g YK=yk d=0 yk+=1 i+=1 if d>a: a=d gg=g YK=yk return gg,a, YK def Mm(joku, teko): gg, a, f = pisinnol() g = kaks-f if f<g: s=gg+a teko.append(f+1) joku=dele(s) else: s=gg-1 teko.append(f) joku=dele(s) return teko, joku teko = [] f = 0 while kaks > 0: if counter[0] == 0: while len(joku)>0: joku.remove(1) teko.append(1) elif kaks == 1: teko, joku = yks(joku, teko) else: teko, joku = Mm(joku, teko) counter=Counter(joku) kaks = counter[1] def prin(): if len(joku) > 0: print("QAQ") else: print(len(teko)) hei = "" for q in teko: hei += str(q) hei += " " hei.rstrip() print(hei) prin()
Test details
Test 1
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1011001010 |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 2
Group: 1
Verdict: RUNTIME ERROR
input |
---|
0000001001 |
correct output |
---|
3 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 3
Group: 1
Verdict: RUNTIME ERROR
input |
---|
0111011100 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 4
Group: 1
Verdict: RUNTIME ERROR
input |
---|
0100100100 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 5
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1110010110 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 6
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1111110110 |
correct output |
---|
3 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 7
Group: 1
Verdict: RUNTIME ERROR
input |
---|
0011110001 |
correct output |
---|
3 1 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 8
Group: 1
Verdict: RUNTIME ERROR
input |
---|
0111111000 |
correct output |
---|
2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 9
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1111111100 |
correct output |
---|
2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 10
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1000010011 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 11
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1101110000 |
correct output |
---|
3 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 12
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1101101100 |
correct output |
---|
4 1 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 13
Group: 1
Verdict: RUNTIME ERROR
input |
---|
0100111110 |
correct output |
---|
3 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 14
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1101001011 |
correct output |
---|
4 2 2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 15
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1110110010 |
correct output |
---|
4 1 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 16
Group: 1
Verdict: RUNTIME ERROR
input |
---|
0011011100 |
correct output |
---|
3 3 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 17
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1100101011 |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 18
Group: 1
Verdict: RUNTIME ERROR
input |
---|
1101100111 |
correct output |
---|
3 2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 19
Group: 1
Verdict: RUNTIME ERROR
input |
---|
0110000100 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 20
Group: 1
Verdict: RUNTIME ERROR
input |
---|
0000101000 |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 21
Group: 2
Verdict: RUNTIME ERROR
input |
---|
1110010100 |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 22
Group: 2
Verdict: RUNTIME ERROR
input |
---|
1110010000 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 23
Group: 2
Verdict: RUNTIME ERROR
input |
---|
1001101100 |
correct output |
---|
4 1 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 24
Group: 2
Verdict: RUNTIME ERROR
input |
---|
0000000111 |
correct output |
---|
2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 25
Group: 2
Verdict: RUNTIME ERROR
input |
---|
0011111110 |
correct output |
---|
2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 26
Group: 2
Verdict: RUNTIME ERROR
input |
---|
1100101100 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 27
Group: 2
Verdict: RUNTIME ERROR
input |
---|
0111101110 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 28
Group: 2
Verdict: RUNTIME ERROR
input |
---|
0000011011 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 29
Group: 2
Verdict: RUNTIME ERROR
input |
---|
1110011101 |
correct output |
---|
3 3 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 30
Group: 2
Verdict: RUNTIME ERROR
input |
---|
0001011011 |
correct output |
---|
4 1 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 31
Group: 2
Verdict: RUNTIME ERROR
input |
---|
0010110011 |
correct output |
---|
4 1 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 32
Group: 2
Verdict: RUNTIME ERROR
input |
---|
0011100000 |
correct output |
---|
2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 33
Group: 2
Verdict: RUNTIME ERROR
input |
---|
1110100110 |
correct output |
---|
4 1 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 34
Group: 2
Verdict: RUNTIME ERROR
input |
---|
0110110111 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 35
Group: 2
Verdict: RUNTIME ERROR
input |
---|
1110110010 |
correct output |
---|
4 1 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 36
Group: 2
Verdict: RUNTIME ERROR
input |
---|
110011001100110011001010101010... |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 37
Group: 2
Verdict: RUNTIME ERROR
input |
---|
110011001100110011001100101010... |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 38
Group: 2
Verdict: RUNTIME ERROR
input |
---|
110011001100110011001100110011... |
correct output |
---|
31 1 20 20 20 20 20 20 20 20 20 2... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 39
Group: 2
Verdict: RUNTIME ERROR
input |
---|
010101010101010101010101010101... |
correct output |
---|
48 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 40
Group: 2
Verdict: RUNTIME ERROR
input |
---|
011010000011111011110000110011... |
correct output |
---|
23 13 13 12 11 11 11 11 10 9 9 9 ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 41
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0010101000 |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 42
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0100010110 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 43
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0100110110 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 44
Group: 3
Verdict: RUNTIME ERROR
input |
---|
1110000001 |
correct output |
---|
2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 45
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0001001110 |
correct output |
---|
3 2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 46
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0011100011 |
correct output |
---|
3 1 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 47
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0100111100 |
correct output |
---|
3 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 48
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0001001000 |
correct output |
---|
3 2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 49
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0100100010 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 50
Group: 3
Verdict: RUNTIME ERROR
input |
---|
1100101110 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 51
Group: 3
Verdict: RUNTIME ERROR
input |
---|
1000111011 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 52
Group: 3
Verdict: RUNTIME ERROR
input |
---|
1000111111 |
correct output |
---|
2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 53
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0110011100 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 54
Group: 3
Verdict: RUNTIME ERROR
input |
---|
0001000110 |
correct output |
---|
3 2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 55
Group: 3
Verdict: RUNTIME ERROR
input |
---|
1110110010 |
correct output |
---|
4 1 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 56
Group: 3
Verdict: RUNTIME ERROR
input |
---|
110011001100110011001100110011... |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 57
Group: 3
Verdict: RUNTIME ERROR
input |
---|
110011001100110011001100110011... |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 58
Group: 3
Verdict: RUNTIME ERROR
input |
---|
110011001100110011001100110011... |
correct output |
---|
1501 1 1000 1000 1000 1000 1000 100... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 59
Group: 3
Verdict: RUNTIME ERROR
input |
---|
010101010101010101010101010101... |
correct output |
---|
2498 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 60
Group: 3
Verdict: RUNTIME ERROR
input |
---|
011100011001011111111000010110... |
correct output |
---|
1272 1 1 648 647 646 646 645 645 64... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 61
Group: 4
Verdict: RUNTIME ERROR
input |
---|
1110101110 |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 62
Group: 4
Verdict: RUNTIME ERROR
input |
---|
0111001011 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 63
Group: 4
Verdict: RUNTIME ERROR
input |
---|
1101111101 |
correct output |
---|
3 2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 64
Group: 4
Verdict: RUNTIME ERROR
input |
---|
1001110001 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 65
Group: 4
Verdict: RUNTIME ERROR
input |
---|
1000000011 |
correct output |
---|
2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 66
Group: 4
Verdict: RUNTIME ERROR
input |
---|
0100010111 |
correct output |
---|
4 1 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 67
Group: 4
Verdict: RUNTIME ERROR
input |
---|
0100111010 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 68
Group: 4
Verdict: RUNTIME ERROR
input |
---|
0010111101 |
correct output |
---|
4 1 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 69
Group: 4
Verdict: RUNTIME ERROR
input |
---|
0011111000 |
correct output |
---|
2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 70
Group: 4
Verdict: RUNTIME ERROR
input |
---|
1101001101 |
correct output |
---|
4 2 2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 71
Group: 4
Verdict: RUNTIME ERROR
input |
---|
0110111000 |
correct output |
---|
3 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 72
Group: 4
Verdict: RUNTIME ERROR
input |
---|
1100110111 |
correct output |
---|
3 3 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 73
Group: 4
Verdict: RUNTIME ERROR
input |
---|
1110011111 |
correct output |
---|
2 2 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 74
Group: 4
Verdict: RUNTIME ERROR
input |
---|
1011000101 |
correct output |
---|
4 2 1 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 75
Group: 4
Verdict: RUNTIME ERROR
input |
---|
1110110010 |
correct output |
---|
4 1 2 1 1 |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 76
Group: 4
Verdict: RUNTIME ERROR
input |
---|
110011001100110011001100110011... |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 77
Group: 4
Verdict: RUNTIME ERROR
input |
---|
110011001100110011001100110011... |
correct output |
---|
QAQ |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 78
Group: 4
Verdict: RUNTIME ERROR
input |
---|
110011001100110011001100110011... |
correct output |
---|
30001 1 20000 20000 20000 20000 2000... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 79
Group: 4
Verdict: RUNTIME ERROR
input |
---|
010101010101010101010101010101... |
correct output |
---|
49998 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'
Test 80
Group: 4
Verdict: RUNTIME ERROR
input |
---|
111000110000011000001101010010... |
correct output |
---|
25011 1 12471 12470 12469 12468 1246... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 19, in <module> joku = muuna() File "input/code.py", line 10, in muuna if not bitit[i] - bitit[i-1]: TypeError: unsupported operand type(s) for -: 'str' and 'str'