結果
問題 | No.1291 小手調べ |
ユーザー | kotatsugame |
提出日時 | 2020-11-20 21:20:48 |
言語 | Ruby (3.3.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 50 bytes |
コンパイル時間 | 225 ms |
コンパイル使用メモリ | 7,680 KB |
実行使用メモリ | 12,544 KB |
最終ジャッジ日時 | 2024-07-23 12:26:46 |
合計ジャッジ時間 | 971 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
コンパイルメッセージ
Main.rb:2: warning: assigned but unused variable - n Syntax OK
ソースコード
gets $<.map{|e|n=e.to_i p e==1 ? 10 : 9*10**(e-1)}