摘要: AB #include<bits/stdc++.h> using namespace std; const int maxn=105; void read(int& x){ char c; bool f=0; while((c=getchar())<48) f|=(c==45); x=c-48; w 阅读全文
posted @ 2025-06-14 22:08 huangems 阅读(82) 评论(0) 推荐(0)