| Task: | Ositus |
| Sender: | Jellu |
| Submission time: | 2021-10-11 19:19:10 +0300 |
| Language: | Python3 (CPython3) |
| Status: | READY |
| Result: | 0 |
| group | verdict | score |
|---|---|---|
| #1 | RUNTIME ERROR | 0 |
| #2 | RUNTIME ERROR | 0 |
| #3 | RUNTIME ERROR | 0 |
| test | verdict | time | group | |
|---|---|---|---|---|
| #1 | RUNTIME ERROR | 0.02 s | 1, 2, 3 | details |
| #2 | RUNTIME ERROR | 0.02 s | 1, 2, 3 | details |
| #3 | RUNTIME ERROR | 0.02 s | 1, 2, 3 | details |
| #4 | RUNTIME ERROR | 0.02 s | 1, 2, 3 | details |
| #5 | RUNTIME ERROR | 0.02 s | 2, 3 | details |
| #6 | RUNTIME ERROR | 0.02 s | 3 | details |
| #7 | RUNTIME ERROR | 0.02 s | 3 | details |
Code
with open("kirjaimet.txt", "r") as tiedosto:
merkkijono = tiedosto.read()
osat = [merkkijono[0]]
indeksi = 1
summa = 0
for i in merkkijono[1:]:
tupla = 2*len(osat)
loytynyt = False
kohta = ""
ekstra = ""
osa = []
kirjain = i
for j in osat:
osa.append(i)
if i not in j:
osa.append(j+i)
else:
loytynyt = True
kohta = len(j) - j.find(i) - 1
osat.clear()
for i in osa:
osat.append(i)
if loytynyt:
ekstra = tupla - len(osat)
jako = ekstra / (kohta+1)
erotus = indeksi*(kohta+1)
summa += kohta + 1
indeksi += 1
print(len(osat))Test details
Test 1
Group: 1, 2, 3
Verdict: RUNTIME ERROR
| input |
|---|
| a |
| correct output |
|---|
| 1 |
| user output |
|---|
| (empty) |
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
with op...Test 2
Group: 1, 2, 3
Verdict: RUNTIME ERROR
| input |
|---|
| abcdefghij |
| correct output |
|---|
| 512 |
| user output |
|---|
| (empty) |
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
with op...Test 3
Group: 1, 2, 3
Verdict: RUNTIME ERROR
| input |
|---|
| abcabaacbc |
| correct output |
|---|
| 120 |
| user output |
|---|
| (empty) |
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
with op...Test 4
Group: 1, 2, 3
Verdict: RUNTIME ERROR
| input |
|---|
| aaxxxxxxaa |
| correct output |
|---|
| 4 |
| user output |
|---|
| (empty) |
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
with op...Test 5
Group: 2, 3
Verdict: RUNTIME ERROR
| input |
|---|
| mfyzvoxmppoxcvktmcjkryyocfweub... |
| correct output |
|---|
| 643221148 |
| user output |
|---|
| (empty) |
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
with op...Test 6
Group: 3
Verdict: RUNTIME ERROR
| input |
|---|
| weinscqmmpgbrlboocvtbptgbahmwv... |
| correct output |
|---|
| 831644159 |
| user output |
|---|
| (empty) |
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
with op...Test 7
Group: 3
Verdict: RUNTIME ERROR
| input |
|---|
| sxaoxcyrjoeieyinaqxwukgzdnhhsw... |
| correct output |
|---|
| 816016015 |
| user output |
|---|
| (empty) |
Error:
Traceback (most recent call last):
File "input/code.py", line 1, in <module>
with op...