結果

問題 No.220 世界のなんとか2
ユーザー mlihua09mlihua09
提出日時 2020-09-20 11:25:36
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 70 ms / 1,000 ms
コード長 56 bytes
コンパイル時間 291 ms
コンパイル使用メモリ 86,316 KB
実行使用メモリ 71,080 KB
最終ジャッジ日時 2023-09-06 16:13:54
合計ジャッジ時間 2,810 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 69 ms
70,876 KB
testcase_01 AC 70 ms
70,996 KB
testcase_02 AC 68 ms
70,876 KB
testcase_03 AC 69 ms
71,052 KB
testcase_04 AC 69 ms
70,656 KB
testcase_05 AC 70 ms
70,996 KB
testcase_06 AC 69 ms
70,936 KB
testcase_07 AC 69 ms
71,036 KB
testcase_08 AC 70 ms
71,080 KB
testcase_09 AC 70 ms
70,980 KB
testcase_10 AC 69 ms
70,656 KB
testcase_11 AC 69 ms
70,976 KB
testcase_12 AC 68 ms
71,024 KB
testcase_13 AC 70 ms
71,076 KB
testcase_14 AC 68 ms
71,000 KB
testcase_15 AC 69 ms
70,800 KB
testcase_16 AC 69 ms
71,008 KB
testcase_17 AC 69 ms
71,004 KB
testcase_18 AC 68 ms
70,908 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

P = int(input())

print(10 ** P - 9 ** (P - 1) * 6 - 1)
0