#include #include #include int main(int argc,char *argv[]) { int x; srand((unsigned)time(NULL)); x=rand(); std::cout<