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