結果
問題 |
No.2022 Antilogarithm
|
ユーザー |
![]() |
提出日時 | 2022-07-29 22:13:41 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 78 bytes |
コンパイル時間 | 489 ms |
コンパイル使用メモリ | 82,096 KB |
実行使用メモリ | 53,720 KB |
最終ジャッジ日時 | 2024-07-19 15:03:53 |
合計ジャッジ時間 | 4,136 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 54 WA * 8 |
ソースコード
A,B = map(int, input().split()) if A<B: print('Yes') else: print('No')