#ifndef DEBUG_HPP #define DEBUG_HPP #include using namespace std; #ifdef DEBUG #define assert(cond) if(!(cond)){cout<<"Assertion failed @ "<<__FILE__<<":"<<__LINE__<