fork download
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. int i = 0 ;
  6. http://www.google.com
  7. std::cout << i << std::endl ;
  8. if (i++<3)
  9. goto http ;
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
0
1
2
3