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