1 2 3 4 5 6 7 8 9 10
#ifndef BTB_INCLUDES_H #define BTB_INCLUDES_H #include <cstdio> #include <cstddef> #include <string> #include <iostream> #include <thread> #endif // BTB_INCLUDES_H