提出 #30570087


ソースコード 拡げる

# frozen_string_literal: true

A, B, C, D = gets.chomp.split.map(&:to_i)

if Time.new(2000, 1, 1, A, B, 0) < Time.new(2000, 1, 1, C, D, 1)
  puts 'Takahashi'
else
  puts 'Aoki'
end

提出情報

提出日時
問題 A - Good morning
ユーザ Aruma256
言語 Ruby (2.7.1)
得点 100
コード長 190 Byte
結果 AC
実行時間 60 ms
メモリ 14236 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 10
セット名 テストケース
Sample example_00.txt, example_01.txt, example_02.txt
All example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt
ケース名 結果 実行時間 メモリ
example_00.txt AC 59 ms 14200 KiB
example_01.txt AC 60 ms 14080 KiB
example_02.txt AC 59 ms 14112 KiB
hand_00.txt AC 55 ms 14104 KiB
hand_01.txt AC 60 ms 14108 KiB
hand_02.txt AC 59 ms 14008 KiB
random_00.txt AC 59 ms 13948 KiB
random_01.txt AC 56 ms 14104 KiB
random_02.txt AC 57 ms 14216 KiB
random_03.txt AC 57 ms 14236 KiB