Submission #15093610


Source Code Expand

n = int(input())

score = {
    "AC": 0,
    "WA": 0,
    "TLE": 0,
    "RE": 0
}

for i in range(n):
    score[input()] += 1
    
for key, value in score.items():
    print('{} x {}'.format(key, value))

Submission Info

Submission Time
Task B - Judge Status Summary
User ln_north
Language Python (3.8.2)
Score 200
Code Size 216 Byte
Status AC
Exec Time 143 ms
Memory 9128 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 24 ms 8944 KiB
random_02.txt AC 95 ms 9124 KiB
random_03.txt AC 141 ms 8860 KiB
random_04.txt AC 73 ms 8860 KiB
random_05.txt AC 139 ms 9120 KiB
random_06.txt AC 114 ms 9016 KiB
random_07.txt AC 138 ms 9020 KiB
random_08.txt AC 115 ms 8864 KiB
random_09.txt AC 135 ms 8868 KiB
random_10.txt AC 127 ms 9128 KiB
random_11.txt AC 142 ms 9020 KiB
random_12.txt AC 113 ms 8952 KiB
random_13.txt AC 143 ms 9084 KiB
random_14.txt AC 79 ms 9016 KiB
random_15.txt AC 141 ms 9016 KiB
random_16.txt AC 123 ms 8956 KiB
random_17.txt AC 141 ms 8864 KiB
random_18.txt AC 24 ms 8848 KiB
random_19.txt AC 141 ms 9020 KiB
random_20.txt AC 52 ms 9008 KiB
sample_01.txt AC 28 ms 9104 KiB
sample_02.txt AC 23 ms 8848 KiB