摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { srand(time(0)); int a; int b; double c,d,e=0; cout<<"请输入你要做的 阅读全文
posted @ 2023-05-13 19:25 陈若麟 阅读(167) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { srand(time(0)); int a=rand()%5+1; int b; cin>>b; if(a==b){ c 阅读全文
posted @ 2023-05-13 18:50 陈若麟 阅读(4) 评论(0) 推荐(0) 编辑