結果

問題 No.70 睡眠の重要性!
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 20:32:09
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 439 ms / 5,000 ms
コード長 70 bytes
コンパイル時間 383 ms
コンパイル使用メモリ 130,800 KB
実行使用メモリ 136,624 KB
最終ジャッジ日時 2023-09-28 02:29:55
合計ジャッジ時間 3,799 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 436 ms
134,600 KB
testcase_01 AC 439 ms
136,624 KB
testcase_02 AC 434 ms
134,532 KB
testcase_03 AC 423 ms
134,120 KB
testcase_04 AC 433 ms
134,496 KB
testcase_05 AC 420 ms
134,508 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say sum map {/(.*)\:(.*)(.+)\:(.+)/;(($2-$0)*60+$3-$1)%1440},lines
0