110582024-07-05 15:00:49probaDecimáliapython3Wrong answer 0/100595ms13736 KiB
semmi = input()
szoveg = input()
ertek, h, d = 0, 1, 0
for j in szoveg.strip().split(' '):
    ertek += int(j)*h
    h *= 10
    d += 1
    
print(str(ertek)[0]+(d-1)*'0')

SubtaskSumTestVerdictTimeMemory
subtask10/0
1Accepted17ms3044 KiB
2Accepted17ms2952 KiB
3Accepted18ms2972 KiB
subtask20/25
4Wrong answer17ms2916 KiB
5Wrong answer17ms2984 KiB
6Wrong answer17ms2916 KiB
7Wrong answer17ms3064 KiB
8Wrong answer17ms2844 KiB
subtask30/26
9Wrong answer18ms2920 KiB
10Wrong answer17ms2964 KiB
11Wrong answer18ms2916 KiB
12Wrong answer17ms3064 KiB
13Wrong answer17ms2844 KiB
14Accepted17ms2916 KiB
15Wrong answer17ms3064 KiB
16Wrong answer17ms2916 KiB
subtask40/19
17Wrong answer18ms3084 KiB
18Wrong answer19ms3148 KiB
19Wrong answer18ms3084 KiB
20Wrong answer19ms2972 KiB
subtask50/30
21Time limit exceeded595ms13708 KiB
22Time limit exceeded593ms13736 KiB
23Time limit exceeded595ms13664 KiB
24Time limit exceeded592ms13664 KiB
25Time limit exceeded587ms13732 KiB
26Time limit exceeded593ms13728 KiB
27Time limit exceeded592ms9476 KiB
28Wrong answer17ms3072 KiB