結果
| 問題 | No.2919 Welcome to The Below Green Contenst | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2024-10-16 22:09:58 | 
| 言語 | Ruby (3.4.1) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 87 ms / 2,000 ms | 
| コード長 | 146 bytes | 
| コンパイル時間 | 571 ms | 
| コンパイル使用メモリ | 7,168 KB | 
| 実行使用メモリ | 12,288 KB | 
| 最終ジャッジ日時 | 2024-10-16 22:10:02 | 
| 合計ジャッジ時間 | 3,949 ms | 
| ジャッジサーバーID (参考情報) | judge4 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 4 | 
| other | AC * 18 | 
コンパイルメッセージ
Syntax OK
ソースコード
def gi; gets.to_i; end def gc; gets.chomp; end def gsi; gets.split.map(&:to_i); end def pyn(b); puts(b ? 'Yes' : 'No'); end n,m,k=gsi pyn(m+k<=n)
