fork download
  1. #include <iostream>
  2. #include <thread>
  3.  
  4. int main() {
  5. std::cout << std::thread::hardware_concurrency() << '\n';
  6. }
Success #stdin #stdout 0s 2828KB
stdin
Standard input is empty
stdout
0