CSES - Datatähti 2016 alku - Results
Submission details
Task:Osajono
Sender:hullu198
Submission time:2015-09-29 13:24:45 +0300
Language:Python2
Status:READY
Result:0
Feedback
groupverdictscore
#10
#20
#30
Test results
testverdicttimegroup
#10.05 s1details
#20.05 s1details
#30.06 s1details
#40.06 s1details
#50.06 s1details
#60.05 s2details
#70.06 s2details
#80.05 s2details
#90.07 s2details
#100.06 s2details
#110.06 s3details
#120.06 s3details
#130.06 s3details
#140.06 s3details
#150.05 s3details

Code

import sys

abc = list("abcdefghijlkmnopqrstuvwxyz")
x = []
prev = 0
for i in range(0,10000):
    x.append(i+prev)
    prev = i+prev
lista = list(sys.argv[1].lower())
amount = 0

for i in abc:
    amount += x[lista.count(i)]
print amount

Test details

Test 1

Group: 1

Verdict:

input
BBBAABBBAAAABBAAAABAABAABBBBBB...

correct output
2554

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 2

Group: 1

Verdict:

input
GDFVYWQCZAFGICSXOSWBZMGPDBSSVL...

correct output
299

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 3

Group: 1

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAZAAAA...

correct output
4314

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 4

Group: 1

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
4231

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 5

Group: 1

Verdict:

input
QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ...

correct output
5050

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 6

Group: 2

Verdict:

input
BBABABBBABBAABBABBABAABAAABABA...

correct output
6253029

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 7

Group: 2

Verdict:

input
RBKJMLDVQMKHYKCNDIVVKOMFUXTFMG...

correct output
485173

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 8

Group: 2

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
12427725

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 9

Group: 2

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
12467549

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 10

Group: 2

Verdict:

input
QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ...

correct output
12502500

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 11

Group: 3

Verdict:

input
BAAAAABABBABAABAABABABBBABBAAB...

correct output
2500051369

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 12

Group: 3

Verdict:

input
ABBURXDRVXAYBPXXOQZNYHLWGUEEWR...

correct output
192407124

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 13

Group: 3

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
4998050400

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 14

Group: 3

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
4998850144

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range

Test 15

Group: 3

Verdict:

input
QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ...

correct output
5000050000

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 9, in <module>
    lista = list(sys.argv[1].lower())
IndexError: list index out of range