結果
| 問題 | 
                            No.138 化石のバージョン
                             | 
                    
| コンテスト | |
| ユーザー | 
                             | 
                    
| 提出日時 | 2022-02-17 14:07:31 | 
| 言語 | PyPy3  (7.3.15)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 124 bytes | 
| コンパイル時間 | 163 ms | 
| コンパイル使用メモリ | 82,176 KB | 
| 実行使用メモリ | 51,840 KB | 
| 最終ジャッジ日時 | 2024-06-29 07:39:22 | 
| 合計ジャッジ時間 | 2,942 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge2 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 27 WA * 6 | 
ソースコード
abc1 = int("".join(input().split(".")))
abc2 = int("".join(input().split(".")))
print("YES") if abc1>=abc2 else print("NO")