Task: | 2021-luvut |
Sender: | pinger80 |
Submission time: | 2020-10-08 07:05:54 +0300 |
Language: | Python3 (CPython3) |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | WRONG ANSWER | 0 |
#2 | WRONG ANSWER | 0 |
#3 | WRONG ANSWER | 0 |
#4 | WRONG ANSWER | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | ACCEPTED | 0.02 s | 1, 2, 3, 4 | details |
#2 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4 | details |
#3 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4 | details |
#4 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4 | details |
#5 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4 | details |
#6 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4 | details |
#7 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4 | details |
#8 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4 | details |
#9 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4 | details |
#10 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4 | details |
#11 | WRONG ANSWER | 0.02 s | 2, 3, 4 | details |
#12 | WRONG ANSWER | 0.02 s | 2, 3, 4 | details |
#13 | WRONG ANSWER | 0.03 s | 2, 3, 4 | details |
#14 | WRONG ANSWER | 0.02 s | 2, 3, 4 | details |
#15 | WRONG ANSWER | 0.02 s | 2, 3, 4 | details |
#16 | WRONG ANSWER | 0.02 s | 2, 3, 4 | details |
#17 | WRONG ANSWER | 0.02 s | 2, 3, 4 | details |
#18 | WRONG ANSWER | 0.02 s | 2, 3, 4 | details |
#19 | WRONG ANSWER | 0.02 s | 2, 3, 4 | details |
#20 | WRONG ANSWER | 0.02 s | 2, 3, 4 | details |
#21 | WRONG ANSWER | 0.02 s | 3, 4 | details |
#22 | WRONG ANSWER | 0.02 s | 3, 4 | details |
#23 | WRONG ANSWER | 0.02 s | 3, 4 | details |
#24 | WRONG ANSWER | 0.02 s | 3, 4 | details |
#25 | WRONG ANSWER | 0.03 s | 3, 4 | details |
#26 | WRONG ANSWER | 0.03 s | 3, 4 | details |
#27 | WRONG ANSWER | 0.02 s | 3, 4 | details |
#28 | WRONG ANSWER | 0.02 s | 3, 4 | details |
#29 | WRONG ANSWER | 0.02 s | 3, 4 | details |
#30 | WRONG ANSWER | 0.02 s | 3, 4 | details |
#31 | WRONG ANSWER | 0.02 s | 4 | details |
#32 | WRONG ANSWER | 0.02 s | 4 | details |
#33 | WRONG ANSWER | 0.02 s | 4 | details |
#34 | WRONG ANSWER | 0.02 s | 4 | details |
#35 | WRONG ANSWER | 0.02 s | 4 | details |
#36 | WRONG ANSWER | 0.02 s | 4 | details |
#37 | WRONG ANSWER | 0.02 s | 4 | details |
#38 | WRONG ANSWER | 0.02 s | 4 | details |
#39 | WRONG ANSWER | 0.02 s | 4 | details |
#40 | WRONG ANSWER | 0.02 s | 4 | details |
Code
import math n = int(input()) sykli = [2021,12021,20021,20121,20201,20210, 20211,20212,20213,20214,20215,20216,20217,20218,20219, 20221,20321,20421,20521,20621,20721,20821,20921, 21021,22021,23021,24021,25021,26021,27021,28021,29021, 32021,42021,52021,62021,72021,82021,92021] def luku(n): global sykli return 100000*math.floor((n-1)/39)+sykli[(n%39)-1] print(luku(n))
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: WRONG ANSWER
input |
---|
359 |
correct output |
---|
202661 |
user output |
---|
920212 |
Test 3
Group: 1, 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
392 |
correct output |
---|
202819 |
user output |
---|
1012021 |
Test 4
Group: 1, 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
715 |
correct output |
---|
230721 |
user output |
---|
1820217 |
Test 5
Group: 1, 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
278 |
correct output |
---|
202219 |
user output |
---|
720201 |
Test 6
Group: 1, 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
296 |
correct output |
---|
202318 |
user output |
---|
720921 |
Test 7
Group: 1, 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
427 |
correct output |
---|
203214 |
user output |
---|
1072021 |
Test 8
Group: 1, 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
565 |
correct output |
---|
208212 |
user output |
---|
1420521 |
Test 9
Group: 1, 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
289 |
correct output |
---|
202311 |
user output |
---|
720221 |
Test 10
Group: 1, 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
342 |
correct output |
---|
202581 |
user output |
---|
827021 |
Test 11
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
964486 |
correct output |
---|
182502018 |
user output |
---|
2473020221 |
Test 12
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
110979 |
correct output |
---|
20296916 |
user output |
---|
284521021 |
Test 13
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
759149 |
correct output |
---|
126108721 |
user output |
---|
1946520218 |
Test 14
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
234934 |
correct output |
---|
25023210 |
user output |
---|
602372021 |
Test 15
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
610310 |
correct output |
---|
120288133 |
user output |
---|
1564882021 |
Test 16
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
956690 |
correct output |
---|
182027419 |
user output |
---|
2453020621 |
Test 17
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
608459 |
correct output |
---|
120281827 |
user output |
---|
1560120621 |
Test 18
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
944777 |
correct output |
---|
175260251 |
user output |
---|
2422512021 |
Test 19
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
880780 |
correct output |
---|
152270421 |
user output |
---|
2258420121 |
Test 20
Group: 2, 3, 4
Verdict: WRONG ANSWER
input |
---|
418357 |
correct output |
---|
68202361 |
user output |
---|
1072720121 |
Test 21
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
713294506861 |
correct output |
---|
20099206371786 |
user output |
---|
1828960274002021 |
Test 22
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
191431126351 |
correct output |
---|
4193020274761 |
user output |
---|
490849041920214 |
Test 23
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
778422318223 |
correct output |
---|
20247733120134 |
user output |
---|
1995954662120121 |
Test 24
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
931090767075 |
correct output |
---|
20691282041612 |
user output |
---|
2387412223224021 |
Test 25
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
198806129726 |
correct output |
---|
4275365802196 |
user output |
---|
509759306952021 |
Test 26
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
724343399444 |
correct output |
---|
20128443204610 |
user output |
---|
1857290767812021 |
Test 27
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
105064053560 |
correct output |
---|
2350677231115 |
user output |
---|
269395009120215 |
Test 28
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
236866700902 |
correct output |
---|
5872395029521 |
user output |
---|
607350515120217 |
Test 29
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
696349488695 |
correct output |
---|
20034225603103 |
user output |
---|
1785511509426021 |
Test 30
Group: 3, 4
Verdict: WRONG ANSWER
input |
---|
30929267826 |
correct output |
---|
1205256095901 |
user output |
---|
79305814920219 |
Test 31
Group: 4
Verdict: WRONG ANSWER
input |
---|
576379198814226780 |
correct output |
---|
4185251600926331891 |
user output |
---|
1477895381574940421021 |
Test 32
Group: 4
Verdict: WRONG ANSWER
input |
---|
291698664446913099 |
correct output |
---|
2280132983584730156 |
user output |
---|
747945293453623320216 |
Test 33
Group: 4
Verdict: WRONG ANSWER
input |
---|
693146378550043345 |
correct output |
---|
5270258230724009910 |
user output |
---|
1777298406538572628021 |
Test 34
Group: 4
Verdict: WRONG ANSWER
input |
---|
685982323362439932 |
correct output |
---|
5236052744416920782 |
user output |
---|
1758929034262666462021 |
Test 35
Group: 4
Verdict: WRONG ANSWER
input |
---|
838865925103308874 |
correct output |
---|
6800200426815679149 |
user output |
---|
2150938269495663628021 |
Test 36
Group: 4
Verdict: WRONG ANSWER
input |
---|
766426223219980635 |
correct output |
---|
6112960212822572807 |
user output |
---|
1965195444153796492021 |
Test 37
Group: 4
Verdict: WRONG ANSWER
input |
---|
652970397451919317 |
correct output |
---|
4923188580186259818 |
user output |
---|
1674283070389536820121 |
Test 38
Group: 4
Verdict: WRONG ANSWER
input |
---|
188458586650539464 |
correct output |
---|
1903508375720755921 |
user output |
---|
483227145257793582021 |
Test 39
Group: 4
Verdict: WRONG ANSWER
input |
---|
157646989818721527 |
correct output |
---|
1525038392797601315 |
user output |
---|
404223050817234732021 |
Test 40
Group: 4
Verdict: WRONG ANSWER
input |
---|
898606361978236778 |
correct output |
---|
7326676702587314407 |
user output |
---|
2304118876867273652021 |