fork download
  1. #include <iostream>
  2. int main(void)
  3. {
  4. system("pause");
  5. return 0;
  6. }
  7.  
Success #stdin #stdout #stderr 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
sh: pause: not found