結果

問題 No.296 n度寝
ユーザー hogeover30hogeover30
提出日時 2017-01-26 01:39:44
言語 Ruby
(3.3.0)
結果
AC  
実行時間 92 ms / 1,000 ms
コード長 53 bytes
コンパイル時間 63 ms
コンパイル使用メモリ 11,556 KB
実行使用メモリ 15,364 KB
最終ジャッジ日時 2023-09-21 08:32:09
合計ジャッジ時間 2,647 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
外部呼び出し有り
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 89 ms
15,304 KB
testcase_01 AC 87 ms
15,364 KB
testcase_02 AC 89 ms
15,228 KB
testcase_03 AC 91 ms
15,124 KB
testcase_04 AC 92 ms
15,092 KB
testcase_05 AC 87 ms
15,132 KB
testcase_06 AC 89 ms
15,072 KB
testcase_07 AC 89 ms
15,128 KB
testcase_08 AC 88 ms
15,328 KB
testcase_09 AC 88 ms
15,076 KB
testcase_10 AC 88 ms
15,316 KB
testcase_11 AC 88 ms
15,148 KB
testcase_12 AC 88 ms
15,040 KB
testcase_13 AC 89 ms
15,252 KB
testcase_14 AC 89 ms
15,308 KB
testcase_15 AC 89 ms
15,324 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'N,H,M,T='+`tr ' ' ,`
p (H+(M+=N*T-T)/60)%24,M%60
0