結果

問題 No.651 E869120 and Driving
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-11-08 17:03:45
言語 Ruby
(3.3.0)
結果
AC  
実行時間 88 ms / 1,000 ms
コード長 88 bytes
コンパイル時間 60 ms
コンパイル使用メモリ 11,224 KB
実行使用メモリ 15,676 KB
最終ジャッジ日時 2023-09-29 21:21:17
合計ジャッジ時間 1,819 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 87 ms
15,480 KB
testcase_01 AC 86 ms
15,512 KB
testcase_02 AC 88 ms
15,676 KB
testcase_03 AC 87 ms
15,648 KB
testcase_04 AC 86 ms
15,508 KB
testcase_05 AC 86 ms
15,400 KB
testcase_06 AC 88 ms
15,508 KB
testcase_07 AC 85 ms
15,420 KB
testcase_08 AC 85 ms
15,516 KB
testcase_09 AC 85 ms
15,480 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

require "time"
puts (Time.parse("10:00") + (3600 * gets.to_f / 100.0)).strftime("%H:%M")
0