結果
問題 | No.1291 小手調べ |
ユーザー | tamura2004 |
提出日時 | 2021-01-21 23:25:22 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 80 bytes |
コンパイル時間 | 270 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 12,288 KB |
最終ジャッジ日時 | 2024-06-07 10:49:02 |
合計ジャッジ時間 | 1,231 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 91 ms
12,288 KB |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | AC | 92 ms
12,288 KB |
testcase_04 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
n = gets.to_s.to_i n.times do d = gets.to_s.to_i puts 9 * 10 ** (d - 1) end