摘要: #include<bits/stdc++.h> using namespace std; const int N=205; const int M=20005; void read(int &x) { int f=1;x=0;char c=getchar(); while(c<'0'||c>'9') 阅读全文
posted @ 2020-08-18 15:07 仰望星空的蚂蚁 阅读(14) 评论(0) 推荐(0)