输出1-50
开赌吧孩子
#include <bits/stdc++.h>
using namespace std;
int main(){
srand(time(0) ^ (unsigned long long)new char);
int n=(int)(rand()<<32)|rand()%(10)+1;
cout<<n%50+1;
return 0;
}
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.