摘要: #include<iostream> #include<cstring> using namespace std; int main() { int a[100][100]={}, n, x, y, num=1, i=0; cin >> n; //memset(a, 0, sizeof(0)); x 阅读全文
posted @ 2023-04-12 18:23 Hi,小董先生 阅读(56) 评论(0) 推荐(0)