摘要: 洛谷单调队列模板 n,k=map(int,input().split()) l=list(map(int,input().split())) def sld(m,k): max_r=[] max_q=[] min_r=[] min_q=[] for i,num in enumerate(m): wh 阅读全文
posted @ 2025-04-01 20:51 邓佑孤 阅读(10) 评论(0) 推荐(0)