結果

問題 No.499 7進数変換
ユーザー NASANASA
提出日時 2017-04-21 16:38:41
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
RE  
実行時間 -
コード長 25 bytes
コンパイル時間 73 ms
コンパイル使用メモリ 10,568 KB
実行使用メモリ 7,988 KB
最終ジャッジ日時 2023-09-27 10:55:30
合計ジャッジ時間 1,760 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 17 ms
7,880 KB
testcase_01 AC 16 ms
7,820 KB
testcase_02 AC 17 ms
7,816 KB
testcase_03 AC 15 ms
7,852 KB
testcase_04 AC 15 ms
7,736 KB
testcase_05 AC 15 ms
7,816 KB
testcase_06 AC 15 ms
7,952 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 #

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