結果
| 問題 | No.609 Noelちゃんと星々 | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2017-12-09 01:04:20 | 
| 言語 | Ruby (3.4.1) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 161 bytes | 
| コンパイル時間 | 45 ms | 
| コンパイル使用メモリ | 7,552 KB | 
| 実行使用メモリ | 19,456 KB | 
| 最終ジャッジ日時 | 2024-11-29 21:54:43 | 
| 合計ジャッジ時間 | 4,496 ms | 
| ジャッジサーバーID (参考情報) | judge2 / judge4 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | WA * 25 | 
コンパイルメッセージ
Syntax OK
ソースコード
def ascan; gets.split.map(&:to_i);end
n = gets.to_i
yy = ascan
abort '1' unless n == yy.size
abort '2' unless yy.select{|e| e.abs > 1e9.to_i}.empty?
puts "AC"
            
            
            
        