Submission #19784439


Source Code Expand

A,B,C = gets.split.map(&:to_i)
puts(if A < B
	'Aoki'
elsif B < A
	'Takahashi'
else
	%w(Aoki Takahashi)[C]
end)

Submission Info

Submission Time
Task A - Very Very Primitive Game
User ds14050
Language Ruby (2.7.1)
Score 100
Code Size 119 Byte
Status AC
Exec Time 63 ms
Memory 14260 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 14
Set Name Test Cases
Sample 01_sample.txt, 02_sample.txt, 03_sample.txt
All 01_sample.txt, 02_sample.txt, 03_sample.txt, 04_random.txt, 05_random.txt, 06_random.txt, 07_random.txt, 08_random.txt, 09_random.txt, 10_random.txt, 11_random.txt, 12_random.txt, 13_random.txt, 14_random.txt
Case Name Status Exec Time Memory
01_sample.txt AC 62 ms 14204 KiB
02_sample.txt AC 61 ms 14260 KiB
03_sample.txt AC 62 ms 13956 KiB
04_random.txt AC 63 ms 14080 KiB
05_random.txt AC 62 ms 14000 KiB
06_random.txt AC 60 ms 14188 KiB
07_random.txt AC 63 ms 14196 KiB
08_random.txt AC 58 ms 14164 KiB
09_random.txt AC 63 ms 14076 KiB
10_random.txt AC 63 ms 14060 KiB
11_random.txt AC 62 ms 14184 KiB
12_random.txt AC 63 ms 14116 KiB
13_random.txt AC 58 ms 14080 KiB
14_random.txt AC 56 ms 14136 KiB