fork(2) download
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4.  
  5. int main() {
  6. char box[2][2];
  7. bool isOver = false;;
  8.  
  9. while(!isOver){
  10. cout << isOver;
  11. isOver = true;
  12. }
  13.  
  14. return 0;
  15. }
Success #stdin #stdout 0.02s 2724KB
stdin
hello good bye 
stdout
Standard output is empty