上一页 1 ··· 14 15 16 17 18
摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; int n; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); cin>>n; int 阅读全文
posted @ 2025-11-20 00:28 AnoSky 阅读(3) 评论(0) 推荐(0)
摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; int t,n,x; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); cin>>t; 阅读全文
posted @ 2025-11-19 23:41 AnoSky 阅读(4) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18