#include #include int main() { printf("hardware concurrency = %u\n", std::thread::hardware_concurrency()); }