#include #define var 1000000007 using namespace std; int main() { srand(time(NULL)); cout<<(rand()%(var)); return 0; }