看运气吧
2025-08-19 11:49:36
发布于:甘肃
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
string a[5]={"Yes","Yes","Yes","No","No"};
int main(){
srand(time(0));
cout<<a[rand()%5];
return 0;
}
这里空空如也
2025-08-19 11:49:36
发布于:甘肃
#include<bits/stdc++.h>
using namespace std;
string a[5]={"Yes","Yes","Yes","No","No"};
int main(){
srand(time(0));
cout<<a[rand()%5];
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个