110602024-07-05 15:11:00probaDecimáliapython3Wrong answer 0/100597ms13564 KiB
semmi = input()

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

SubtaskSumTestVerdictTimeMemory
subtask10/0
1Accepted17ms2916 KiB
2Accepted17ms2916 KiB
3Accepted17ms3052 KiB
subtask20/25
4Accepted17ms3048 KiB
5Wrong answer18ms2952 KiB
6Wrong answer17ms3092 KiB
7Wrong answer17ms3100 KiB
8Wrong answer17ms2916 KiB
subtask30/26
9Wrong answer17ms3072 KiB
10Wrong answer17ms2916 KiB
11Wrong answer17ms2832 KiB
12Wrong answer17ms2960 KiB
13Wrong answer17ms2916 KiB
14Accepted17ms2872 KiB
15Wrong answer17ms3052 KiB
16Wrong answer17ms2840 KiB
subtask40/19
17Wrong answer18ms3044 KiB
18Wrong answer18ms3044 KiB
19Wrong answer17ms3080 KiB
20Wrong answer18ms3044 KiB
subtask50/30
21Time limit exceeded596ms13536 KiB
22Time limit exceeded593ms13480 KiB
23Time limit exceeded591ms13480 KiB
24Time limit exceeded588ms13524 KiB
25Time limit exceeded597ms13564 KiB
26Time limit exceeded597ms13352 KiB
27Time limit exceeded596ms9220 KiB
28Wrong answer17ms2868 KiB