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