摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { int c=0,m=0,s=0,N,x,y,X,Y; string xyz[10]; cin>>N; for(int V=0;V<N;V++ 阅读全文
posted @ 2023-07-21 20:17 hanxuyao 阅读(24) 评论(0) 推荐(0)