Submission #4928547


Source Code Expand

import re
for i in range(int(input())):print(len(re.findall("(tokyo|kyoto)",input())))

Submission Info

Submission Time
Task A - 東京都
User TKR18
Language Python (3.4.3)
Score 100
Code Size 87 Byte
Status AC
Exec Time 20 ms
Memory 3188 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 3
Set Name Test Cases
All 10_random_to_kyo.txt, 20_noised_tokyoto.txt, 99_teuchi.txt
Case Name Status Exec Time Memory
10_random_to_kyo.txt AC 20 ms 3188 KB
20_noised_tokyoto.txt AC 20 ms 3188 KB
99_teuchi.txt AC 19 ms 3188 KB