摘要: #include <iostream> #include <cmath> using namespace std; int main(int argc, char** argv) { string a; int max=100,min=0; while(a!="对了"){ cout<<"猜是"<<( 阅读全文
posted @ 2023-06-07 18:21 王ys 阅读(59) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main(int argc, char** argv) { int a[10]; int m; srand(time(0)); for(i 阅读全文
posted @ 2023-06-07 17:02 王ys 阅读(24) 评论(0) 推荐(0)