#include "solve.hpp" #include <chrono> #include <thread> using namespace std; int main(int argc, char **argv) { solve(argc, argv); return 0; }