fork(1) download
  1. #include <iostream>
  2. int main()
  3. {
  4. int u;
  5. std::cout<<u<<'\n';
  6. system("pause");
  7. }
  8.  
Success #stdin #stdout #stderr 0s 3096KB
stdin
Standard input is empty
stdout
0
stderr
sh: 1: pause: not found