結果

問題 No.499 7進数変換
ユーザー yuruhiyayuruhiya
提出日時 2020-12-29 10:51:18
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 302 ms / 1,000 ms
コード長 16 bytes
コンパイル時間 1,655 ms
コンパイル使用メモリ 125,236 KB
実行使用メモリ 128,800 KB
最終ジャッジ日時 2024-10-05 06:03:49
合計ジャッジ時間 11,742 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 302 ms
128,800 KB
testcase_01 AC 285 ms
128,396 KB
testcase_02 AC 299 ms
128,780 KB
testcase_03 AC 280 ms
128,396 KB
testcase_04 AC 281 ms
128,656 KB
testcase_05 AC 283 ms
128,396 KB
testcase_06 AC 279 ms
128,500 KB
testcase_07 AC 287 ms
128,780 KB
testcase_08 AC 281 ms
128,528 KB
testcase_09 AC 287 ms
128,396 KB
testcase_10 AC 284 ms
128,528 KB
testcase_11 AC 289 ms
128,656 KB
testcase_12 AC 290 ms
128,676 KB
testcase_13 AC 279 ms
128,400 KB
testcase_14 AC 287 ms
128,624 KB
testcase_15 AC 282 ms
128,396 KB
testcase_16 AC 281 ms
128,656 KB
testcase_17 AC 290 ms
128,396 KB
testcase_18 AC 298 ms
128,784 KB
testcase_19 AC 287 ms
128,268 KB
testcase_20 AC 289 ms
128,784 KB
testcase_21 AC 283 ms
128,528 KB
testcase_22 AC 282 ms
128,372 KB
testcase_23 AC 284 ms
128,372 KB
testcase_24 AC 279 ms
128,528 KB
testcase_25 AC 286 ms
128,528 KB
testcase_26 AC 286 ms
128,528 KB
testcase_27 AC 285 ms
128,624 KB
testcase_28 AC 281 ms
128,784 KB
testcase_29 AC 283 ms
128,656 KB
testcase_30 AC 277 ms
128,528 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say base +get: 7
0