119712024-11-22 14:55:38AdamKisvakond a cserépbenpython3Accepted 100/10020ms4172 KiB
N = int(input())
melyseg = [int(i) for i in input().split()]
cserep = 0
for i in range(N):
    if melyseg[i] >= 1982:
        cserep +=1
print(cserep)
SubtaskSumTestVerdictTimeMemory
subtask10/0
1Accepted14ms2872 KiB
subtask2100/100
2Accepted16ms3088 KiB
3Accepted14ms2868 KiB
4Accepted14ms2876 KiB
5Accepted17ms3128 KiB
6Accepted17ms3256 KiB
7Accepted17ms3556 KiB
8Accepted17ms3608 KiB
9Accepted20ms4152 KiB
10Accepted20ms4172 KiB
11Accepted19ms4152 KiB