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;
}
全部评论 1
?甘肃?
2025-09-15 来自 江苏
0嗯
2025-09-15 来自 江苏
0当时在那玩
2025-09-15 来自 江苏
0去私信
2025-09-15 来自 江苏
0


















有帮助,赞一个