摘要:
#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
陈若麟
阅读(215)
评论(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
陈若麟
阅读(12)
评论(0)
推荐(0)

浙公网安备 33010602011771号