摘要: 点击查看代码 #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 CL0 阅读(2) 评论(0) 推荐(0)