sophuwu.site > termcalc   
              11
            
             #ifndef TERMCALC_CALC_H
#define TERMCALC_CALC_H

#include <stdio.h>
#include <float.h>
#include <math.h>
typedef long double flt_t;
typedef long long int_t;
#define print(s) printf("%s", s)

#endif //TERMCALC_CALC_H