Type: Default 1000ms 256MiB

CA

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

CA

输出1/0

开赌吧孩子

#include <bits/stdc++.h>
using namespace std;
int main(){
srand(time(0) ^ (unsigned long long)new char);
int n=(int)(rand()<<32)|rand()%1;
cout<<n%2;
return 0;
}