Submission #15247696


Source Code Expand

#include <bits/stdc++.h>

using namespace std;

int main() {

    int n;cin >> n;
    string s;
    map<string, int> mp;
    for(int i = 1;i <= n; ++i) {
        cin >> s;
        ++mp[s];
    }
    cout << "AC x " << mp["AC"] << endl;
    cout << "WA x " << mp["WA"] << endl;
    cout << "TLE x " << mp["TLE"] << endl;
    cout << "RE x " << mp["RE"] << endl;

    return 0;
}

Submission Info

Submission Time
Task B - Judge Status Summary
User akbar1214
Language C++ (GCC 9.2.1)
Score 200
Code Size 398 Byte
Status AC
Exec Time 28 ms
Memory 3604 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 200 / 200
Status
AC × 2
AC × 22
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All hand_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, random_10.txt, random_11.txt, random_12.txt, random_13.txt, random_14.txt, random_15.txt, random_16.txt, random_17.txt, random_18.txt, random_19.txt, random_20.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
hand_01.txt AC 10 ms 3548 KiB
random_02.txt AC 13 ms 3564 KiB
random_03.txt AC 22 ms 3592 KiB
random_04.txt AC 17 ms 3604 KiB
random_05.txt AC 19 ms 3372 KiB
random_06.txt AC 23 ms 3488 KiB
random_07.txt AC 24 ms 3400 KiB
random_08.txt AC 22 ms 3604 KiB
random_09.txt AC 25 ms 3368 KiB
random_10.txt AC 23 ms 3548 KiB
random_11.txt AC 28 ms 3372 KiB
random_12.txt AC 15 ms 3564 KiB
random_13.txt AC 22 ms 3404 KiB
random_14.txt AC 21 ms 3376 KiB
random_15.txt AC 19 ms 3592 KiB
random_16.txt AC 19 ms 3488 KiB
random_17.txt AC 25 ms 3548 KiB
random_18.txt AC 2 ms 3504 KiB
random_19.txt AC 24 ms 3444 KiB
random_20.txt AC 7 ms 3368 KiB
sample_01.txt AC 3 ms 3552 KiB
sample_02.txt AC 2 ms 3444 KiB