結果

問題 No.2978 Lexicographically Smallest and Largest Subarray
ユーザー hirayuu_ychirayuu_yc
提出日時 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
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 317 ms
89,568 KB
testcase_01 AC 309 ms
90,208 KB
testcase_02 AC 328 ms
90,464 KB
testcase_03 AC 329 ms
90,080 KB
testcase_04 AC 330 ms
89,696 KB
testcase_05 AC 320 ms
89,952 KB
testcase_06 AC 318 ms
90,336 KB
testcase_07 AC 321 ms
90,216 KB
testcase_08 AC 308 ms
89,576 KB
testcase_09 AC 310 ms
89,960 KB
testcase_10 AC 310 ms
89,832 KB
testcase_11 AC 318 ms
90,088 KB
testcase_12 AC 311 ms
90,216 KB
testcase_13 AC 314 ms
89,320 KB
testcase_14 AC 322 ms
89,960 KB
testcase_15 AC 313 ms
89,960 KB
testcase_16 AC 317 ms
90,216 KB
testcase_17 AC 310 ms
89,832 KB
testcase_18 AC 311 ms
89,960 KB
testcase_19 AC 308 ms
89,448 KB
testcase_20 AC 310 ms
90,216 KB
testcase_21 AC 318 ms
89,960 KB
testcase_22 AC 308 ms
90,856 KB
testcase_23 AC 311 ms
90,472 KB
testcase_24 AC 320 ms
90,728 KB
testcase_25 AC 313 ms
89,448 KB
testcase_26 AC 312 ms
90,344 KB
testcase_27 AC 312 ms
89,840 KB
testcase_28 AC 323 ms
89,832 KB
testcase_29 AC 313 ms
89,576 KB
testcase_30 AC 315 ms
89,960 KB
testcase_31 AC 326 ms
90,472 KB
testcase_32 AC 314 ms
90,600 KB
testcase_33 AC 312 ms
89,960 KB
testcase_34 AC 303 ms
89,448 KB
testcase_35 AC 317 ms
89,560 KB
testcase_36 AC 304 ms
89,752 KB
testcase_37 AC 303 ms
89,832 KB
testcase_38 AC 317 ms
90,088 KB
testcase_39 AC 302 ms
90,080 KB
testcase_40 AC 305 ms
90,168 KB
testcase_41 AC 306 ms
90,504 KB
testcase_42 AC 326 ms
89,784 KB
testcase_43 AC 303 ms
90,072 KB
testcase_44 AC 304 ms
90,616 KB
testcase_45 AC 319 ms
89,960 KB
testcase_46 AC 303 ms
90,464 KB
testcase_47 AC 304 ms
89,184 KB
testcase_48 AC 302 ms
90,208 KB
testcase_49 AC 321 ms
90,464 KB
testcase_50 AC 303 ms
89,740 KB
testcase_51 AC 301 ms
89,856 KB
testcase_52 AC 305 ms
89,952 KB
testcase_53 AC 300 ms
90,080 KB
testcase_54 AC 309 ms
90,064 KB
testcase_55 AC 303 ms
89,912 KB
testcase_56 AC 314 ms
90,080 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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)
0