結果
問題 | No.512 魔法少女の追いかけっこ |
ユーザー |
|
提出日時 | 2022-11-05 01:34:39 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 265 bytes |
コンパイル時間 | 340 ms |
コンパイル使用メモリ | 82,196 KB |
実行使用メモリ | 54,236 KB |
最終ジャッジ日時 | 2024-07-18 22:59:36 |
合計ジャッジ時間 | 4,345 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 48 WA * 5 |
ソースコード
from bisect import bisect_leftx, y = map(int, input().split())n = int(input())A = list(map(int, input().split()))for i in range(n):t = A[i] / xd = t * yidx = bisect_left(A, d)if idx - i > 1:print("NO")exit()print("YES")