110572024-07-05 14:57:02probaDecimáliapython3Wrong answer 0/100597ms13792 KiB
#decidalia
semmi = input()
szoveg = input()
ertek, h = 0, 1
for j in szoveg.strip().split(' '):
    ertek += int(j)*h
    h *= 10
    
print(ertek - int(ertek % (h/10)))

SubtaskSumTestVerdictTimeMemory
subtask10/0
1Accepted17ms2916 KiB
2Accepted17ms2916 KiB
3Accepted17ms2916 KiB
subtask20/25
4Accepted17ms3004 KiB
5Wrong answer17ms2916 KiB
6Wrong answer17ms2952 KiB
7Wrong answer17ms3000 KiB
8Wrong answer17ms2816 KiB
subtask30/26
9Wrong answer18ms2936 KiB
10Wrong answer17ms2960 KiB
11Wrong answer17ms3088 KiB
12Wrong answer17ms2916 KiB
13Wrong answer17ms2912 KiB
14Wrong answer17ms2916 KiB
15Wrong answer17ms2916 KiB
16Wrong answer17ms2916 KiB
subtask40/19
17Runtime error18ms3096 KiB
18Runtime error18ms3240 KiB
19Runtime error18ms3044 KiB
20Runtime error18ms3172 KiB
subtask50/30
21Time limit exceeded596ms13620 KiB
22Time limit exceeded593ms13660 KiB
23Time limit exceeded596ms13640 KiB
24Time limit exceeded592ms13552 KiB
25Time limit exceeded597ms13608 KiB
26Time limit exceeded593ms13792 KiB
27Time limit exceeded591ms9388 KiB
28Wrong answer17ms2916 KiB