Submission #533028


Source Code Expand

gets.chomp.to_i.times do
	puts gets.chomp.scan(/(tokyo|kyoto)/).size
end

Submission Info

Submission Time
Task A - 東京都
User sekai013
Language Ruby (2.1.5p273)
Score 100
Code Size 74 Byte
Status AC
Exec Time 61 ms
Memory 5204 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 61 ms 5204 KB
20_noised_tokyoto.txt AC 59 ms 5148 KB
99_teuchi.txt AC 56 ms 5140 KB