fork download
  1. int main() {
  2. if (3==0) system ("echo ci sono");
  3. else system ("pause");
  4. }
  5.  
Success #stdin #stdout #stderr 0s 9288KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
sh: 1: pause: not found