#ifndef CCC_H #define CCC_H #define CCC_PANIC { perror("ccc"); exit(1); } typedef unsigned long long integral_t; typedef double floating_t; #endif