CSES - Datatähti 2016 alku - Results
Submission details
Task:Osajono
Sender:Joku72
Submission time:2015-09-29 14:15:05 +0300
Language:Python2
Status:READY
Result:0
Feedback
groupverdictscore
#10
#20
#30
Test results
testverdicttimegroup
#10.06 s1details
#20.07 s1details
#30.07 s1details
#40.06 s1details
#50.05 s1details
#60.06 s2details
#70.05 s2details
#80.05 s2details
#90.07 s2details
#100.06 s2details
#110.05 s3details
#120.06 s3details
#130.06 s3details
#140.06 s3details
#150.06 s3details

Code

text=raw_input()
a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
lopputulos=0
for n in xrange(y,len(text)):
if n=='A':
a+=1
lopputulos+=a
elif n=='B':
b+=1
lopputulos+=a
elif n=='C':
c+=1
lopputulos+=a
elif n=='D':
d+=1
lopputulos+=a
elif n=='E':
e+=1
lopputulos+=a
elif n=='F':
f+=1
lopputulos+=a
elif n=='G':
g+=1
lopputulos+=a
elif n=='H':
h+=1
lopputulos+=a
elif n=='I':
i+=1
lopputulos+=a
elif n=='J':
j+=1
lopputulos+=a
elif n=='K':
k+=1
lopputulos+=a
elif n=='L':
l+=1
lopputulos+=a
elif n=='M':
M+=1
lopputulos+=a
elif n=='N':
n+=1
lopputulos+=a
elif n=='O':
o+=1
lopputulos+=a
elif n=='P':
p+=1
lopputulos+=a
elif n=='Q':
q+=1
lopputulos+=a
elif n=='R':
r+=1
lopputulos+=a
elif n=='S':
s+=1
lopputulos+=a
elif n=='T':
t+=1
lopputulos+=a
elif n=='U':
u+=1
lopputulos+=a
elif n=='V':
v+=1
lopputulos+=a
elif n=='X':
x+=1
lopputulos+=a
elif n=='Y':
y+=1
lopputulos+=a
elif n=='Z':
z+=1
lopputulos+=a
print lopputulos

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 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 2

Group: 1

Verdict:

input
GDFVYWQCZAFGICSXOSWBZMGPDBSSVL...

correct output
299

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 3

Group: 1

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAZAAAA...

correct output
4314

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 4

Group: 1

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
4231

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 5

Group: 1

Verdict:

input
QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ...

correct output
5050

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 6

Group: 2

Verdict:

input
BBABABBBABBAABBABBABAABAAABABA...

correct output
6253029

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 7

Group: 2

Verdict:

input
RBKJMLDVQMKHYKCNDIVVKOMFUXTFMG...

correct output
485173

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 8

Group: 2

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
12427725

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 9

Group: 2

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
12467549

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 10

Group: 2

Verdict:

input
QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ...

correct output
12502500

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 11

Group: 3

Verdict:

input
BAAAAABABBABAABAABABABBBABBAAB...

correct output
2500051369

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 12

Group: 3

Verdict:

input
ABBURXDRVXAYBPXXOQZNYHLWGUEEWR...

correct output
192407124

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 13

Group: 3

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
4998050400

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 14

Group: 3

Verdict:

input
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
4998850144

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable

Test 15

Group: 3

Verdict:

input
QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ...

correct output
5000050000

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z=(0)*26
TypeError: 'int' object is not iterable