結果
問題 | No.1291 小手調べ |
ユーザー | HAGI_TARO |
提出日時 | 2021-10-04 08:06:12 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 75 bytes |
コンパイル時間 | 136 ms |
コンパイル使用メモリ | 82,796 KB |
実行使用メモリ | 53,884 KB |
最終ジャッジ日時 | 2024-07-22 06:56:22 |
合計ジャッジ時間 | 855 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 37 ms
52,564 KB |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | AC | 42 ms
53,884 KB |
testcase_04 | WA | - |
ソースコード
n = int(input()) for i in range(n): print(9 * 10 ** (int(input()) - 1))