結果
問題 | No.70 睡眠の重要性! |
ユーザー | Shiro_S |
提出日時 | 2021-01-16 10:27:45 |
言語 | Ruby (3.3.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 88 bytes |
コンパイル時間 | 42 ms |
コンパイル使用メモリ | 7,296 KB |
実行使用メモリ | 12,416 KB |
最終ジャッジ日時 | 2024-11-27 10:20:01 |
合計ジャッジ時間 | 1,034 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
コンパイルメッセージ
Syntax OK
ソースコード
puts gets.to_i.times.map{gets.split.map{|a|a.split(?:).map &:to_i}}.sum{|a|a[0]*60+a[1]}