fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6. double daynhauhoc = 0;
  7. for (daynhauhoc = 0.0; daynhauhoc < 3.0; daynhauhoc++)
  8. cout << "hello";
  9. return 0;
  10. }
Success #stdin #stdout 0s 4324KB
stdin
Standard input is empty
stdout
hellohellohello