#include #include using namespace std; int main(void) { cout << std::thread::hardware_concurrency() << endl; }