2021年5月27日
摘要: #include<iostream>using namespace std;int main() { int m, n; cout << "number of a" << endl; cin >> m; cout << "number of b" << endl; cin >> n; int a[m 阅读全文
posted @ 2021-05-27 19:57 na2co3- 阅读(145) 评论(0) 推荐(0)