結果

問題 No.651 E869120 and Driving
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 17:19:29
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 393 ms / 1,000 ms
コード長 41 bytes
コンパイル時間 393 ms
コンパイル使用メモリ 124,932 KB
実行使用メモリ 133,988 KB
最終ジャッジ日時 2023-09-28 11:56:01
合計ジャッジ時間 5,586 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
131,832 KB
testcase_01 AC 384 ms
131,820 KB
testcase_02 AC 392 ms
131,828 KB
testcase_03 AC 385 ms
131,708 KB
testcase_04 AC 380 ms
131,588 KB
testcase_05 AC 379 ms
131,824 KB
testcase_06 AC 383 ms
131,736 KB
testcase_07 AC 377 ms
131,832 KB
testcase_08 AC 393 ms
133,988 KB
testcase_09 AC 381 ms
131,732 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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