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