結果
問題 | No.1291 小手調べ |
ユーザー | tamura2004 |
提出日時 | 2021-01-21 23:25:22 |
言語 | Ruby (3.4.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 80 bytes |
コンパイル時間 | 56 ms |
コンパイル使用メモリ | 7,296 KB |
実行使用メモリ | 12,288 KB |
最終ジャッジ日時 | 2024-12-25 13:05:36 |
合計ジャッジ時間 | 1,307 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 116 ms
12,032 KB |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | AC | 106 ms
12,032 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