bbstd.h 179 B

1234567891011121314
  1. #ifndef BB_STD_H
  2. #define BB_STD_H
  3. #include <new>
  4. #include <initializer_list>
  5. #include <cstdio>
  6. #include <cstdlib>
  7. #include <cstring>
  8. #include <cctype>
  9. #include <cmath>
  10. #endif