結果
問題 | No.1291 小手調べ |
ユーザー | hPaProject |
提出日時 | 2023-01-05 14:46:04 |
言語 | Ruby (3.3.0) |
結果 |
AC
|
実行時間 | 95 ms / 2,000 ms |
コード長 | 119 bytes |
コンパイル時間 | 243 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,288 KB |
最終ジャッジ日時 | 2024-05-06 19:22:42 |
合計ジャッジ時間 | 1,233 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 95 ms
12,288 KB |
testcase_01 | AC | 95 ms
12,032 KB |
testcase_02 | AC | 92 ms
12,160 KB |
testcase_03 | AC | 91 ms
12,160 KB |
testcase_04 | AC | 92 ms
12,288 KB |
コンパイルメッセージ
Syntax OK
ソースコード
gets.to_i.times do n = gets.to_i if n == 1 then puts 10 else puts 9*(10**(n-1)) end end