fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. int i = 0, n = 0;
  8. while (n < 9001)
  9. cout << (char)n++[""];
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 3096KB
stdin
Standard input is empty
stdout