2025年2月24日
摘要: include<bits/stdc++.h> using namespace std; const int N=1000010; int n,ans; int step; queue<pair<int,int> > que; bool st[N]; int main() { cin>>n; ans= 阅读全文
posted @ 2025-02-24 10:36 下头小美 阅读(93) 评论(0) 推荐(0)