#include <iostream> //#define DEBUG(x) do { std::cerr << x; } while (0) //#define DEBUG(x) do { std::cout << x << std::endl; } while (0) #define DEBUG(x) #define INFO(x) do { std::cout << x << std::endl; } while (0)