結果

問題 No.499 7進数変換
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 17:14:00
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 321 ms / 1,000 ms
コード長 18 bytes
コンパイル時間 274 ms
コンパイル使用メモリ 117,528 KB
実行使用メモリ 123,324 KB
最終ジャッジ日時 2023-09-28 11:55:51
合計ジャッジ時間 11,703 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 317 ms
123,116 KB
testcase_01 AC 314 ms
123,196 KB
testcase_02 AC 312 ms
123,036 KB
testcase_03 AC 312 ms
123,188 KB
testcase_04 AC 308 ms
123,312 KB
testcase_05 AC 311 ms
123,052 KB
testcase_06 AC 312 ms
123,192 KB
testcase_07 AC 307 ms
123,312 KB
testcase_08 AC 307 ms
123,324 KB
testcase_09 AC 309 ms
122,988 KB
testcase_10 AC 309 ms
123,004 KB
testcase_11 AC 308 ms
123,052 KB
testcase_12 AC 306 ms
123,120 KB
testcase_13 AC 304 ms
122,936 KB
testcase_14 AC 310 ms
122,984 KB
testcase_15 AC 321 ms
123,192 KB
testcase_16 AC 306 ms
123,052 KB
testcase_17 AC 313 ms
123,120 KB
testcase_18 AC 311 ms
123,056 KB
testcase_19 AC 304 ms
122,984 KB
testcase_20 AC 304 ms
123,104 KB
testcase_21 AC 303 ms
123,056 KB
testcase_22 AC 304 ms
122,944 KB
testcase_23 AC 304 ms
123,308 KB
testcase_24 AC 305 ms
123,324 KB
testcase_25 AC 304 ms
123,188 KB
testcase_26 AC 304 ms
123,052 KB
testcase_27 AC 312 ms
123,280 KB
testcase_28 AC 311 ms
122,936 KB
testcase_29 AC 315 ms
123,232 KB
testcase_30 AC 311 ms
123,048 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say (+get).base(7)
0