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