結果

問題 No.499 7進数変換
ユーザー yuruhiyayuruhiya
提出日時 2020-12-29 10:51:18
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 343 ms / 1,000 ms
コード長 16 bytes
コンパイル時間 2,667 ms
コンパイル使用メモリ 132,768 KB
実行使用メモリ 129,116 KB
最終ジャッジ日時 2024-04-15 11:05:49
合計ジャッジ時間 14,433 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 335 ms
129,112 KB
testcase_01 AC 343 ms
128,860 KB
testcase_02 AC 332 ms
128,856 KB
testcase_03 AC 324 ms
128,600 KB
testcase_04 AC 329 ms
128,728 KB
testcase_05 AC 342 ms
128,736 KB
testcase_06 AC 333 ms
128,856 KB
testcase_07 AC 328 ms
128,728 KB
testcase_08 AC 328 ms
128,732 KB
testcase_09 AC 338 ms
128,988 KB
testcase_10 AC 332 ms
128,988 KB
testcase_11 AC 327 ms
128,732 KB
testcase_12 AC 328 ms
128,988 KB
testcase_13 AC 326 ms
128,612 KB
testcase_14 AC 326 ms
128,856 KB
testcase_15 AC 324 ms
129,116 KB
testcase_16 AC 325 ms
128,612 KB
testcase_17 AC 325 ms
128,728 KB
testcase_18 AC 318 ms
128,728 KB
testcase_19 AC 334 ms
128,728 KB
testcase_20 AC 328 ms
128,988 KB
testcase_21 AC 325 ms
128,988 KB
testcase_22 AC 327 ms
128,728 KB
testcase_23 AC 327 ms
128,728 KB
testcase_24 AC 323 ms
128,984 KB
testcase_25 AC 337 ms
128,976 KB
testcase_26 AC 332 ms
128,856 KB
testcase_27 AC 323 ms
129,116 KB
testcase_28 AC 328 ms
128,856 KB
testcase_29 AC 326 ms
128,472 KB
testcase_30 AC 325 ms
128,856 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say base +get: 7
0