結果

問題 No.296 n度寝
ユーザー yuruhiyayuruhiya
提出日時 2021-01-27 17:44:29
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 54 bytes
コンパイル時間 324 ms
コンパイル使用メモリ 120,120 KB
実行使用メモリ 133,868 KB
最終ジャッジ日時 2023-09-07 01:34:34
合計ジャッジ時間 7,759 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 379 ms
133,600 KB
testcase_04 AC 382 ms
133,656 KB
testcase_05 AC 375 ms
133,616 KB
testcase_06 AC 370 ms
133,692 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 374 ms
133,612 KB
testcase_11 AC 371 ms
133,564 KB
testcase_12 WA -
testcase_13 AC 369 ms
133,608 KB
testcase_14 AC 374 ms
133,392 KB
testcase_15 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say ($_=$1*60+$2+$3*+^-$0)/60+|0%24;say $_%60
0