結果
| 問題 |
No.2978 Lexicographically Smallest and Largest Subarray
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-12-02 17:57:01 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 330 ms / 2,000 ms |
| コード長 | 196 bytes |
| コンパイル時間 | 733 ms |
| コンパイル使用メモリ | 82,304 KB |
| 実行使用メモリ | 90,856 KB |
| 平均クエリ数 | 1501.00 |
| 最終ジャッジ日時 | 2024-12-02 17:57:26 |
| 合計ジャッジ時間 | 22,195 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 57 |
ソースコード
t=int;u=input;N,Q=map(t,u().split());k=lambda x,y:[print("?",x,N,y,N),u()][1];m=1;a=1;
for i in range(0,N,2):
if t(k(p:=i+1,q:=i+2)):p,q=q,p
if t(k(a,p)):a=p
if t(k(q,m)):m=q
print("!",m,m,a,N)