結果

問題 No.296 n度寝
ユーザー yuruhiyayuruhiya
提出日時 2021-01-27 17:36:17
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 51 bytes
コンパイル時間 1,228 ms
コンパイル使用メモリ 114,824 KB
実行使用メモリ 127,892 KB
最終ジャッジ日時 2023-09-07 01:27:21
合計ジャッジ時間 7,532 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 346 ms
127,516 KB
testcase_04 AC 354 ms
127,088 KB
testcase_05 AC 352 ms
126,996 KB
testcase_06 AC 350 ms
125,948 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 357 ms
127,508 KB
testcase_11 AC 353 ms
126,396 KB
testcase_12 WA -
testcase_13 AC 352 ms
127,892 KB
testcase_14 AC 352 ms
126,440 KB
testcase_15 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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