CSES - Datatähti 2020 alku - Results
Submission details
Task:Merkkijonot
Sender:CursedTomb
Submission time:2019-10-10 22:28:28 +0300
Language:PyPy2
Status:READY
Result:0
Feedback
groupverdictscore
#10
#20
#30
Test results
testverdicttimegroup
#10.04 s1, 2, 3details
#20.04 s2, 3details
#30.04 s3details
#40.04 s3details
#50.04 s3details
#60.04 s1, 2, 3details
#70.04 s1, 2, 3details
#80.04 s1, 2, 3details
#90.04 s1, 2, 3details
#100.04 s2, 3details
#110.04 s2, 3details
#120.04 s2, 3details
#130.04 s2, 3details
#140.04 s2, 3details
#150.04 s3details
#160.04 s3details
#170.04 s3details
#180.04 s3details
#190.04 s3details
#200.04 s1, 2, 3details
#210.04 s1, 2, 3details
#220.04 s1, 2, 3details
#230.04 s1, 2, 3details
#240.04 s1, 2, 3details

Code

from time import time

#lista = []


#with open("data.txt","r") as f:
#	data = f.read()
#	apu = data.split("\n")	

#for i in range(len(apu)):
#	lista.append(str(apu[i]))


summa = 0
dictionary = {}
x = input()
#xi = 0
for kierros in range(x):
	jono = raw_input()
	apu = ""
	kohta = 0
	for i in range(len(jono)):
		if i not in apu:
			if kohta < 10:
				jono = jono.replace(i,"0"+str(kohta))
			else:
				jono = jono.replace(i, str(kohta))
	
	if dictionary.get(jono) != None:
		dictionary[jono] = dictionary.get(jono)+1
	else:
		dictionary[jono] = 1
	
for values in dictionary.values():
	if values > 1:
		summa += ((values*(values-1))/2)

print summa

Test details

Test 1

Group: 1, 2, 3

Verdict:

input
20
FFDISOVJLPIASANJRBHQXJVW
HBGVRZFWOTAAVUPYKMKXAOBEYUE
JKHXTPHUKTLTLNXMXMSYYFLF
HCSZMXTZCUFHIHSTEWKHCFZRTXU
...

correct output
20

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 2

Group: 2, 3

Verdict:

input
5000
AJEDROEDXRGDUSDAPZBXXQBPJ
PDGCTAGCRTBCJICPFELRRMLFD
TISAOTGMDKUCITIEFQVCSBZJYUUO
FMASVJYFPMELSVLQWFZVLVMSPHYL
...

correct output
2178556

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 3

Group: 3

Verdict:

input
100000
RESKYADLVRSDCDXJVECAJCAP
CZLIWDHKVNRJHZINHFBOQEPN
LSTRSDTLADUIWXFQJSQPVRSPBCTZ
QEMSZOQSSVBRNQTCLJQIGVQO
...

correct output
404880850

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 4

Group: 3

Verdict:

input
100000
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
4999950000

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 5

Group: 3

Verdict:

input
100000
IPI
Q
SPGV
UNYE
...

correct output
1041990627

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 6

Group: 1, 2, 3

Verdict:

input
20
A
B
C
D
...

correct output
190

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 7

Group: 1, 2, 3

Verdict:

input
1
A

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 8

Group: 1, 2, 3

Verdict:

input
20
A
BB
CCC
DDDD
...

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 9

Group: 1, 2, 3

Verdict:

input
2
A
A

correct output
1

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 10

Group: 2, 3

Verdict:

input
5000
SEKNHNRHSRFYIHSCDPGXPTGUSYBFKZ...

correct output
20861

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 11

Group: 2, 3

Verdict:

input
5000
UGPWHWOWAREEIROZTRJGUCKDKTZJEO...

correct output
22818

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 12

Group: 2, 3

Verdict:

input
5000
FFQQCBCINBDWIKHFPO
SCJU
DNHYPGIQNZS
KNQCYRAXHHKORXMOVHL
...

correct output
22268

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 13

Group: 2, 3

Verdict:

input
5000
QVWMSYPWXWBBXWCVEOUAVQLDWNBXZB...

correct output
22589

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 14

Group: 2, 3

Verdict:

input
5000
JYORMNQAKXHNRBWGGSMWXWXMBKPBZU...

correct output
20482

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 15

Group: 3

Verdict:

input
100000
DCXXVIEYQAASZJYUUVYZUIJFGVBAYC...

correct output
8925377

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 16

Group: 3

Verdict:

input
100000
IJZHBIYNWQBDWNGZWVXJKXXWFVLPQX...

correct output
8907840

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 17

Group: 3

Verdict:

input
100000
GWUGLGQDAYGGJROIAKBMMICQMDUQQQ...

correct output
8771809

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 18

Group: 3

Verdict:

input
100000
SWVSVXURRSLCSHCPAKWESIPCNDKYLD...

correct output
8704480

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 19

Group: 3

Verdict:

input
100000
ZLSNSZBGIMCOLPDEAKVDAJCTMBNRLH...

correct output
8672362

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 20

Group: 1, 2, 3

Verdict:

input
20
AAB
D
CDBAA
D
...

correct output
15

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 21

Group: 1, 2, 3

Verdict:

input
20
A
CDD
AABBC
DBCB
...

correct output
15

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 22

Group: 1, 2, 3

Verdict:

input
20
ACADD
CDDCD
DACA
CCDCA
...

correct output
17

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 23

Group: 1, 2, 3

Verdict:

input
20
DCDA
BDBA
CACBD
BA
...

correct output
7

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface

Test 24

Group: 1, 2, 3

Verdict:

input
20
DDA
BBCDC
DDD
CCD
...

correct output
14

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 23, in <module>
    if i not in apu:
TypeError: 'int' does not have the buffer interface