結果

問題 No.70 睡眠の重要性!
ユーザー Shiro_SShiro_S
提出日時 2021-01-16 10:27:45
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 88 bytes
コンパイル時間 81 ms
コンパイル使用メモリ 11,556 KB
実行使用メモリ 15,536 KB
最終ジャッジ日時 2023-08-18 06:49:25
合計ジャッジ時間 1,297 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 RE -
testcase_03 RE -
testcase_04 RE -
testcase_05 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts gets.to_i.times.map{gets.split.map{|a|a.split(?:).map &:to_i}}.sum{|a|a[0]*60+a[1]}
0