Submission #532963


Source Code Expand

#!/bin/sh
read n
for i in `seq $n` ; do
    read line
    echo $line | grep -o 'tokyo\|kyoto' | wc -l
done

Submission Info

Submission Time
Task A - 東京都
User kimiyuki
Language Bash (4.2.25)
Score 100
Code Size 111 Byte
Status AC
Exec Time 718 ms
Memory 1280 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 718 ms 1276 KB
20_noised_tokyoto.txt AC 543 ms 1260 KB
99_teuchi.txt AC 463 ms 1280 KB