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