結果
| 問題 | No.138 化石のバージョン |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-03-13 00:00:49 |
| 言語 | PyPy2 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 132 bytes |
| 記録 | |
| コンパイル時間 | 151 ms |
| コンパイル使用メモリ | 77,372 KB |
| 最終ジャッジ日時 | 2025-12-04 01:03:09 |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 26 WA * 7 |
ソースコード
V1 = raw_input()
V2 = raw_input()
V1 = V1.replace(".","")
V2 = V2.replace(".","")
if V2 <= V1:
print "YES"
else:
print "NO"