摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int N; cin>>N; int x,y,X,Y; int m=0,c=0,b=0; string a[10]; for(int q=0;q<N; 阅读全文
posted @ 2023-07-21 20:15 fushuxuan1 阅读(26) 评论(0) 推荐(0)