#include #include #include using namespace std; int main(void) { srand(time(0)); cout << rand() << endl; }