摘要: A.Timeout 原题链接 题意简述 满足任意时刻序列 \(a_{i+1}-a_{i} \leq s\) 输出\(yes\),否则\(no\),注意 \(0-idx\) AC code #include<bits/stdc++.h> using namespace std; #define end 阅读全文
posted @ 2025-06-01 00:35 usedchang 阅读(37) 评论(0) 推荐(0)