結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 408 ms
132,184 KB
testcase_01 AC 432 ms
134,240 KB
testcase_02 AC 433 ms
134,192 KB
testcase_03 AC 440 ms
134,292 KB
testcase_04 AC 442 ms
134,484 KB
testcase_05 AC 429 ms
134,340 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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