#include <iostream> #include <cstdlib> using namespace std; int main() { int randomNumber = srand(0); cout << randomNumber << endl; return 0; }