結果

問題 No.651 E869120 and Driving
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 17:19:29
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 371 ms / 1,000 ms
コード長 41 bytes
コンパイル時間 341 ms
コンパイル使用メモリ 135,376 KB
実行使用メモリ 139,560 KB
最終ジャッジ日時 2024-07-21 06:35:03
合計ジャッジ時間 5,025 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 368 ms
139,560 KB
testcase_01 AC 366 ms
138,280 KB
testcase_02 AC 371 ms
136,856 KB
testcase_03 AC 367 ms
137,368 KB
testcase_04 AC 371 ms
136,592 KB
testcase_05 AC 366 ms
136,436 KB
testcase_06 AC 367 ms
136,336 KB
testcase_07 AC 367 ms
136,564 KB
testcase_08 AC 365 ms
136,460 KB
testcase_09 AC 363 ms
136,592 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=get*.6;printf "%d:%02d",$_/60+10,$_%60
0