#include #include using namespace std; int main() { random_device rd; mt19937 mt(rd()); cout << mt() << '\n'; }