CSES - Datatähti 2021 alku - Results
Submission details
Task:2021-luvut
Sender:CursedTomb
Submission time:2020-10-11 20:07:44 +0300
Language:PyPy3
Status:READY
Result:0
Feedback
groupverdictscore
#10
#20
#30
#40
Test results
testverdicttimegroup
#1ACCEPTED0.23 s1, 2, 3, 4details
#20.22 s1, 2, 3, 4details
#30.22 s1, 2, 3, 4details
#40.22 s1, 2, 3, 4details
#50.22 s1, 2, 3, 4details
#60.22 s1, 2, 3, 4details
#70.22 s1, 2, 3, 4details
#80.23 s1, 2, 3, 4details
#90.22 s1, 2, 3, 4details
#100.22 s1, 2, 3, 4details
#110.25 s2, 3, 4details
#120.25 s2, 3, 4details
#130.25 s2, 3, 4details
#140.25 s2, 3, 4details
#150.25 s2, 3, 4details
#160.25 s2, 3, 4details
#170.25 s2, 3, 4details
#180.25 s2, 3, 4details
#190.25 s2, 3, 4details
#200.25 s2, 3, 4details
#210.25 s3, 4details
#220.25 s3, 4details
#230.25 s3, 4details
#240.25 s3, 4details
#250.25 s3, 4details
#260.25 s3, 4details
#270.25 s3, 4details
#280.25 s3, 4details
#290.25 s3, 4details
#300.25 s3, 4details
#310.25 s4details
#320.25 s4details
#330.25 s4details
#340.25 s4details
#350.25 s4details
#360.25 s4details
#370.25 s4details
#380.25 s4details
#390.25 s4details
#400.25 s4details

Code

x = int(input())
lista = []
for i in range(2021,320122):
	tmp = str(i).replace("3","")
	tmp = str(i).replace("4","")
	tmp = str(i).replace("5","")
	tmp = str(i).replace("6","")
	tmp = str(i).replace("7","")
	tmp = str(i).replace("8","")
	tmp = str(i).replace("9","")
	t1 = False
	t2 = False
	t3 = False
	t4 = False
	for k in tmp:
		if(k=="2"):
			t1 = True
		if(k=="0" and t1):
			t2=True
		if(k=="2" and t1 and t2):
			t3=True
		if(k=="1" and t1 and t2 and t3):
			#print(i)
			lista.append(i)
#print(lista)
print(lista[x])

Test details

Test 1

Group: 1, 2, 3, 4

Verdict: ACCEPTED

input
10

correct output
20214

user output
20214

Test 2

Group: 1, 2, 3, 4

Verdict:

input
359

correct output
202661

user output
202515

Test 3

Group: 1, 2, 3, 4

Verdict:

input
392

correct output
202819

user output
202701

Test 4

Group: 1, 2, 3, 4

Verdict:

input
715

correct output
230721

user output
220321

Test 5

Group: 1, 2, 3, 4

Verdict:

input
278

correct output
202219

user output
202187

Test 6

Group: 1, 2, 3, 4

Verdict:

input
296

correct output
202318

user output
202212

Test 7

Group: 1, 2, 3, 4

Verdict:

input
427

correct output
203214

user output
202851

Test 8

Group: 1, 2, 3, 4

Verdict:

input
565

correct output
208212

user output
206721

Test 9

Group: 1, 2, 3, 4

Verdict:

input
289

correct output
202311

user output
202197

Test 10

Group: 1, 2, 3, 4

Verdict:

input
342

correct output
202581

user output
202418

Test 11

Group: 2, 3, 4

Verdict:

input
964486

correct output
182502018

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 12

Group: 2, 3, 4

Verdict:

input
110979

correct output
20296916

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 13

Group: 2, 3, 4

Verdict:

input
759149

correct output
126108721

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 14

Group: 2, 3, 4

Verdict:

input
234934

correct output
25023210

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 15

Group: 2, 3, 4

Verdict:

input
610310

correct output
120288133

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 16

Group: 2, 3, 4

Verdict:

input
956690

correct output
182027419

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 17

Group: 2, 3, 4

Verdict:

input
608459

correct output
120281827

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 18

Group: 2, 3, 4

Verdict:

input
944777

correct output
175260251

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 19

Group: 2, 3, 4

Verdict:

input
880780

correct output
152270421

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 20

Group: 2, 3, 4

Verdict:

input
418357

correct output
68202361

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 21

Group: 3, 4

Verdict:

input
713294506861

correct output
20099206371786

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 22

Group: 3, 4

Verdict:

input
191431126351

correct output
4193020274761

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 23

Group: 3, 4

Verdict:

input
778422318223

correct output
20247733120134

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 24

Group: 3, 4

Verdict:

input
931090767075

correct output
20691282041612

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 25

Group: 3, 4

Verdict:

input
198806129726

correct output
4275365802196

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 26

Group: 3, 4

Verdict:

input
724343399444

correct output
20128443204610

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 27

Group: 3, 4

Verdict:

input
105064053560

correct output
2350677231115

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 28

Group: 3, 4

Verdict:

input
236866700902

correct output
5872395029521

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 29

Group: 3, 4

Verdict:

input
696349488695

correct output
20034225603103

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 30

Group: 3, 4

Verdict:

input
30929267826

correct output
1205256095901

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 31

Group: 4

Verdict:

input
576379198814226780

correct output
4185251600926331891

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 32

Group: 4

Verdict:

input
291698664446913099

correct output
2280132983584730156

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 33

Group: 4

Verdict:

input
693146378550043345

correct output
5270258230724009910

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 34

Group: 4

Verdict:

input
685982323362439932

correct output
5236052744416920782

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 35

Group: 4

Verdict:

input
838865925103308874

correct output
6800200426815679149

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 36

Group: 4

Verdict:

input
766426223219980635

correct output
6112960212822572807

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 37

Group: 4

Verdict:

input
652970397451919317

correct output
4923188580186259818

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 38

Group: 4

Verdict:

input
188458586650539464

correct output
1903508375720755921

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 39

Group: 4

Verdict:

input
157646989818721527

correct output
1525038392797601315

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range

Test 40

Group: 4

Verdict:

input
898606361978236778

correct output
7326676702587314407

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 26, in <module>
    print(lista[x])
IndexError: list index out of range