摘要: #include <bits/stdc++.h> using namespace std; int main() { string a; cout<<"请想一个数(1~100)"<<endl; system("pause"); int max = 100,min = 0; while(a!="对了" 阅读全文
posted @ 2023-06-07 18:09 王一行(小号) 阅读(16) 评论(0) 推荐(0)