#include using namespace std; random_device seed_gen; mt19937 engine(seed_gen()); int main() { cout << "0\n"; return 0; }