結果
問題 |
No.138 化石のバージョン
|
ユーザー |
|
提出日時 | 2019-09-11 13:26:07 |
言語 | Ruby (3.4.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 134 bytes |
コンパイル時間 | 42 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,416 KB |
最終ジャッジ日時 | 2024-07-02 16:44:47 |
合計ジャッジ時間 | 4,535 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 27 WA * 6 |
コンパイルメッセージ
Syntax OK
ソースコード
fossil_def = gets.chomp.gsub('.','').to_i fossil_judge = gets.chomp.gsub('.','').to_i puts (fossil_def >= fossil_judge) ? "YES" : "NO"