#include <iostream> #include <windows.h> using namespace std; int main() { srand(time(0)); cout << rand() << " " << rand() << endl; return 0; }