该文被密码保护。 阅读全文
posted @ 2023-06-07 19:57 fushuxuan1 阅读(7) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { string a; int max=100,min=0,x=1; cout<<"请在你心里想一个1~100的数字,我来猜"<<endl; system 阅读全文
posted @ 2023-06-07 18:13 fushuxuan1 阅读(40) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main(int argc, char** argv) { srand(time(0)); int a,x[10]; for(int i= 阅读全文
posted @ 2023-06-07 17:00 fushuxuan1 阅读(13) 评论(0) 推荐(0)