Submission #57008436


Source Code Expand

D = %w[
	-----
	.----
	..---
	...--
	....-
	.....
	-....
	--...
	---..
	----.
]
puts gets.to_i.times.map{ D.index gets.chomp }*''

Submission Info

Submission Time
Task B - Decode Time Signal
User ds14050
Language Ruby (ruby 3.2.2)
Score 200
Code Size 143 Byte
Status AC
Exec Time 89 ms
Memory 17384 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 200 / 200
Status
AC × 2
AC × 34
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, 01_random_15.txt, 01_random_16.txt, 01_random_17.txt, 01_random_18.txt, 01_random_19.txt, 02_maximum_00.txt, 02_maximum_01.txt, 02_maximum_02.txt, 02_maximum_03.txt, 02_maximum_04.txt, 03_handmade_00.txt, 03_handmade_01.txt, 03_handmade_02.txt, 03_handmade_03.txt, 03_handmade_04.txt, 03_handmade_05.txt, 03_handmade_06.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 89 ms 17100 KiB
00_sample_01.txt AC 43 ms 17072 KiB
01_random_00.txt AC 44 ms 17328 KiB
01_random_01.txt AC 44 ms 17328 KiB
01_random_02.txt AC 43 ms 17356 KiB
01_random_03.txt AC 43 ms 17200 KiB
01_random_04.txt AC 43 ms 17308 KiB
01_random_05.txt AC 42 ms 17132 KiB
01_random_06.txt AC 43 ms 17360 KiB
01_random_07.txt AC 44 ms 17360 KiB
01_random_08.txt AC 44 ms 17268 KiB
01_random_09.txt AC 43 ms 17352 KiB
01_random_10.txt AC 43 ms 17356 KiB
01_random_11.txt AC 42 ms 17312 KiB
01_random_12.txt AC 43 ms 17156 KiB
01_random_13.txt AC 43 ms 17240 KiB
01_random_14.txt AC 43 ms 17384 KiB
01_random_15.txt AC 43 ms 17016 KiB
01_random_16.txt AC 43 ms 17204 KiB
01_random_17.txt AC 43 ms 17364 KiB
01_random_18.txt AC 43 ms 17084 KiB
01_random_19.txt AC 43 ms 17284 KiB
02_maximum_00.txt AC 43 ms 17292 KiB
02_maximum_01.txt AC 42 ms 17108 KiB
02_maximum_02.txt AC 43 ms 17204 KiB
02_maximum_03.txt AC 43 ms 17096 KiB
02_maximum_04.txt AC 43 ms 17172 KiB
03_handmade_00.txt AC 43 ms 17172 KiB
03_handmade_01.txt AC 43 ms 17100 KiB
03_handmade_02.txt AC 42 ms 17276 KiB
03_handmade_03.txt AC 43 ms 17180 KiB
03_handmade_04.txt AC 42 ms 17196 KiB
03_handmade_05.txt AC 42 ms 16756 KiB
03_handmade_06.txt AC 44 ms 17248 KiB