結果
問題 |
No.2022 Antilogarithm
|
ユーザー |
|
提出日時 | 2022-07-29 21:38:02 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 224 bytes |
コンパイル時間 | 716 ms |
コンパイル使用メモリ | 82,688 KB |
実行使用メモリ | 52,480 KB |
最終ジャッジ日時 | 2024-07-19 13:52:12 |
合計ジャッジ時間 | 4,990 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 54 WA * 8 |
ソースコード
import sys input = lambda: sys.stdin.readline().rstrip() ii = lambda: int(input()) mi = lambda: map(int, input().split()) li = lambda: list(mi()) inf = 2 ** 63 - 1 mod = 998244353 a, b = mi() print('Yes' if a < b else 'No')