結果

問題 No.499 7進数変換
ユーザー fumofumofunifumofumofuni
提出日時 2022-06-27 20:35:57
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
RE  
実行時間 -
コード長 21 bytes
コンパイル時間 124 ms
コンパイル使用メモリ 10,644 KB
実行使用メモリ 8,016 KB
最終ジャッジ日時 2023-08-12 12:17:17
合計ジャッジ時間 2,469 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 14 ms
7,780 KB
testcase_01 AC 15 ms
7,992 KB
testcase_02 AC 15 ms
7,796 KB
testcase_03 AC 15 ms
7,828 KB
testcase_04 AC 15 ms
7,972 KB
testcase_05 AC 15 ms
7,784 KB
testcase_06 AC 15 ms
7,868 KB
testcase_07 RE -
testcase_08 RE -
testcase_09 RE -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 RE -
testcase_17 RE -
testcase_18 RE -
testcase_19 WA -
testcase_20 RE -
testcase_21 WA -
testcase_22 WA -
testcase_23 RE -
testcase_24 WA -
testcase_25 RE -
testcase_26 RE -
testcase_27 RE -
testcase_28 RE -
testcase_29 RE -
testcase_30 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

print(int(input(),7))
0