結果

問題 No.499 7進数変換
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 17:14:00
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 353 ms / 1,000 ms
コード長 18 bytes
コンパイル時間 394 ms
コンパイル使用メモリ 125,480 KB
実行使用メモリ 129,440 KB
最終ジャッジ日時 2024-07-21 06:34:51
合計ジャッジ時間 11,789 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 332 ms
129,184 KB
testcase_01 AC 327 ms
128,820 KB
testcase_02 AC 326 ms
129,056 KB
testcase_03 AC 330 ms
128,932 KB
testcase_04 AC 329 ms
128,932 KB
testcase_05 AC 325 ms
128,932 KB
testcase_06 AC 324 ms
129,080 KB
testcase_07 AC 324 ms
128,932 KB
testcase_08 AC 353 ms
129,316 KB
testcase_09 AC 324 ms
129,312 KB
testcase_10 AC 322 ms
129,184 KB
testcase_11 AC 323 ms
129,188 KB
testcase_12 AC 329 ms
129,060 KB
testcase_13 AC 327 ms
129,188 KB
testcase_14 AC 329 ms
129,332 KB
testcase_15 AC 324 ms
128,932 KB
testcase_16 AC 326 ms
128,800 KB
testcase_17 AC 327 ms
128,928 KB
testcase_18 AC 328 ms
128,800 KB
testcase_19 AC 324 ms
129,440 KB
testcase_20 AC 327 ms
128,928 KB
testcase_21 AC 326 ms
129,184 KB
testcase_22 AC 322 ms
129,060 KB
testcase_23 AC 322 ms
129,056 KB
testcase_24 AC 324 ms
129,316 KB
testcase_25 AC 326 ms
129,204 KB
testcase_26 AC 328 ms
128,932 KB
testcase_27 AC 328 ms
129,056 KB
testcase_28 AC 322 ms
129,060 KB
testcase_29 AC 331 ms
129,056 KB
testcase_30 AC 320 ms
129,316 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say (+get).base(7)
0