在B2051中用
#include<bits/stdc++.h> using namespace std; signed main(){ srand(time(0)); int f=rand()%2+0; if(f>=1)cout<<"yes"; else cout<<"no"; return 0; }
不断提交会封号或者AC吗