摘要: #include <iostream> #include <ctime> #include <cstdlib> using namespace std; int main(int argc, char** argv) { int shuliang,n1,n2,x,s,m=0; cout<<"输入你要 阅读全文
posted @ 2023-05-13 19:18 王ys 阅读(67) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main(int argc, char** argv) { int m; cin>>m; srand(time(0)); int a; w 阅读全文
posted @ 2023-05-13 18:48 王ys 阅读(12) 评论(0) 推荐(0)