結果
| 問題 | No.586 ダブルブッキング | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2020-10-09 15:17:46 | 
| 言語 | Ruby (3.4.1) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 106 bytes | 
| コンパイル時間 | 103 ms | 
| コンパイル使用メモリ | 7,552 KB | 
| 実行使用メモリ | 12,416 KB | 
| 最終ジャッジ日時 | 2024-07-20 06:49:24 | 
| 合計ジャッジ時間 | 1,479 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 3 | 
| other | WA * 5 | 
コンパイルメッセージ
Syntax OK
ソースコード
require 'set'
C = [gets,gets].map(&:to_i).sum 
V = Set.new
G = gets.to_i
G.times {|_| V << _ }
puts V.to_s
            
            
            
        