結果
問題 | No.2022 Antilogarithm |
ユーザー |
![]() |
提出日時 | 2023-10-02 14:22:56 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 108 bytes |
コンパイル時間 | 169 ms |
コンパイル使用メモリ | 82,052 KB |
実行使用メモリ | 54,764 KB |
最終ジャッジ日時 | 2024-07-26 13:44:33 |
合計ジャッジ時間 | 4,768 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 40 WA * 22 |
ソースコード
import matha, b = map(int, input().split())print("Yes" if 2 * math.log2(a) < math.log2(b**2) else "No")