摘要: 赛时切了4道,E题赛后20分钟就切出来了 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; 阅读全文
posted @ 2025-05-24 22:40 huangems 阅读(70) 评论(0) 推荐(0)