How to make your code run faster

Solution() // constructor name
{
std::cin.tie(0);
std::cout.tie(0);
std::cout.sync_with_stdio(0);
}

Comments (0)