118392024-11-12 10:30:53tiktakbumbum12Kisvakond a cserépbenpython3Accepted 100/10020ms4152 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
2Accepted14ms2880 KiB
3Accepted16ms2864 KiB
4Accepted14ms2872 KiB
5Accepted17ms3128 KiB
6Accepted17ms3316 KiB
7Accepted17ms3716 KiB
8Accepted18ms3656 KiB
9Accepted19ms4152 KiB
10Accepted20ms4152 KiB
11Accepted20ms4152 KiB