tools_c.h 142 B

1234567891011
  1. #ifndef TOOLS_C_LIB
  2. #define TOOLS_C_LIB
  3. const double eps = 1e-2;
  4. double Start();
  5. double Ask(double posi);
  6. void Answer(double res);
  7. #endif