#include <bits/stdc++.h> #include <Windows.h> using namespace std; int main(){ srand(time(0)); cout<<rand()%1000; return 0; }