testing-repository/cpp/xeinit3.cpp

15 lines
184 B
C++
Raw Permalink Normal View History

2020-10-21 07:03:35 +08:00
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
int a=0,b,c;
for(int i=0;i<c;i++){
a=rand();
b=a;
a%=2;
//getchar();
}
printf("%d %d\n",a,b);
return 0;
}