結果
問題 | No.138 化石のバージョン |
ユーザー |
![]() |
提出日時 | 2020-11-24 19:55:39 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 285 bytes |
コンパイル時間 | 128 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,880 KB |
最終ジャッジ日時 | 2024-07-23 18:46:52 |
合計ジャッジ時間 | 2,157 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 33 |
ソースコード
first_s = input() first_d = first_s.split(".") first_int = int(first_d[0]+first_d[1]+first_d[2]) second_s = input() second_d = second_s.split(".") second_int = int(second_d[0]+second[1]+second[2]) result = "" if first_int >second_int: result = "YES" else: result="NO" print(result)