#ifndef DEBUG_H #define DEBUG_H #include #define DPRINT std::cout << __FILE__ << ":" << __LINE__ << " " #endif