Task: | Sanalista |
Sender: | Ileska |
Submission time: | 2020-09-30 18:31:46 +0300 |
Language: | Python3 (PyPy3) |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | RUNTIME ERROR | 0 |
test | verdict | time | |
---|---|---|---|
#1 | RUNTIME ERROR | 0.07 s | details |
#2 | RUNTIME ERROR | 0.07 s | details |
#3 | RUNTIME ERROR | 0.07 s | details |
Code
sanojen_maara = input() a = 0 b = 0 def split(sana): return [char for char in sana] while (int(a) < int(sanojen_maara)): sana = input() if (len(split(sana))%2): b = b + 1 else: a=a a = a+1 print(b)
Test details
Test 1
Verdict: RUNTIME ERROR
input |
---|
1000 korvata sopimusaika nuhatartunta korttiautomaatti ... |
correct output |
---|
15 |
user output |
---|
(empty) |
Error:
File "<string>", line 13 a=a ^ TabError: inconsistent use of tabs and spaces in...
Test 2
Verdict: RUNTIME ERROR
input |
---|
1000 pub hansikaslokero erikoisvalmisteinen unijukka ... |
correct output |
---|
42 |
user output |
---|
(empty) |
Error:
File "<string>", line 13 a=a ^ TabError: inconsistent use of tabs and spaces in...
Test 3
Verdict: RUNTIME ERROR
input |
---|
1000 haapalastu toipumisaika mustalaiskieli taidelainaamo ... |
correct output |
---|
70 |
user output |
---|
(empty) |
Error:
File "<string>", line 13 a=a ^ TabError: inconsistent use of tabs and spaces in...