#include #define DEBUG #ifdef DEBUG #define LOG printf #else #define LOG if(0) printf #endif