119732024-11-22 15:09:40JoKoBoKisvakond a cserépbencpp17Elfogadva 100/1003ms508 KiB
#include <fstream>
#include <iostream>
#include <vector>

using namespace std;

int main() {
    // uncomment the following lines if you want to read/write from files
    // ifstream cin("input.txt");
    // ofstream cout("output.txt");
    int N, ans = 0, t;

    cin >> N;
    for (int i = 0; i < N; i++) {
        cin >> t;
        if (1982 <= t)
            ans++;
    }
    cout << ans << "\n";

    return 0;
}
RészfeladatÖsszpontTesztVerdiktIdőMemória
subtask10/0
1Elfogadva1ms320 KiB
subtask2100/100
2Elfogadva1ms320 KiB
3Elfogadva1ms320 KiB
4Elfogadva1ms508 KiB
5Elfogadva1ms320 KiB
6Elfogadva2ms500 KiB
7Elfogadva2ms320 KiB
8Elfogadva2ms320 KiB
9Elfogadva3ms320 KiB
10Elfogadva3ms320 KiB
11Elfogadva3ms320 KiB