110592024-07-05 15:09:24probaDecimáliapython3Wrong answer 0/100597ms13628 KiB
semmi = input()

ertek, h, d = 0, 1, 0
for j in input().split(' '):
    ertek += int(j)*h
    h *= 10
    d += 1
    
print(str(ertek)[0]+(d-1)*'0')

SubtaskSumTestVerdictTimeMemory
subtask10/0
1Accepted17ms2936 KiB
2Accepted17ms2936 KiB
3Accepted17ms2916 KiB
subtask20/25
4Wrong answer17ms2916 KiB
5Wrong answer17ms2840 KiB
6Wrong answer17ms2956 KiB
7Wrong answer17ms3064 KiB
8Wrong answer17ms2916 KiB
subtask30/26
9Wrong answer17ms3104 KiB
10Wrong answer17ms2968 KiB
11Wrong answer18ms2900 KiB
12Wrong answer17ms2916 KiB
13Wrong answer17ms3052 KiB
14Accepted17ms2916 KiB
15Wrong answer17ms2836 KiB
16Wrong answer17ms3192 KiB
subtask40/19
17Wrong answer18ms3164 KiB
18Wrong answer18ms3228 KiB
19Wrong answer17ms3068 KiB
20Wrong answer18ms3044 KiB
subtask50/30
21Time limit exceeded589ms13544 KiB
22Time limit exceeded588ms13620 KiB
23Time limit exceeded586ms13628 KiB
24Time limit exceeded595ms13480 KiB
25Time limit exceeded597ms13612 KiB
26Time limit exceeded595ms13496 KiB
27Time limit exceeded596ms9224 KiB
28Wrong answer17ms2916 KiB