Submission #74751864


Source Code Expand

#入力
S = [input() for _ in range(12)]

#数える
count = 0
for i, s in enumerate(S, start=1):
    if len(s) == i:
        count += 1

#出力
print(count)

Submission Info

Submission Time
Task B - September
User kendama4
Language Python (PyPy 3.11-v7.3.20)
Score 100
Code Size 168 Byte
Status AC
Exec Time 51 ms
Memory 79960 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 22
Set Name Test Cases
Sample 00_sample_00.txt, 00_sample_01.txt
All 00_sample_00.txt, 00_sample_01.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt, 01_random_09.txt, 01_random_10.txt, 01_random_11.txt, 01_random_12.txt, 01_random_13.txt, 01_random_14.txt, 02_hand_00.txt, 02_hand_01.txt, 02_hand_02.txt, 02_hand_03.txt, 02_hand_04.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 50 ms 79504 KiB
00_sample_01.txt AC 50 ms 79892 KiB
01_random_00.txt AC 51 ms 79960 KiB
01_random_01.txt AC 50 ms 79892 KiB
01_random_02.txt AC 51 ms 79704 KiB
01_random_03.txt AC 50 ms 79760 KiB
01_random_04.txt AC 49 ms 79908 KiB
01_random_05.txt AC 49 ms 79584 KiB
01_random_06.txt AC 49 ms 79892 KiB
01_random_07.txt AC 49 ms 79864 KiB
01_random_08.txt AC 49 ms 79760 KiB
01_random_09.txt AC 49 ms 79736 KiB
01_random_10.txt AC 50 ms 79632 KiB
01_random_11.txt AC 49 ms 79856 KiB
01_random_12.txt AC 49 ms 79552 KiB
01_random_13.txt AC 49 ms 79736 KiB
01_random_14.txt AC 49 ms 79736 KiB
02_hand_00.txt AC 49 ms 79552 KiB
02_hand_01.txt AC 49 ms 79820 KiB
02_hand_02.txt AC 49 ms 79736 KiB
02_hand_03.txt AC 49 ms 79736 KiB
02_hand_04.txt AC 49 ms 79712 KiB