fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. unsigned char j=0;
  6. while(j<6)
  7. {
  8. unsigned char x=0;
  9. x++;
  10. j++;
  11. cout<<x;
  12. }
  13.  
  14. return 0;
  15. }
Success #stdin #stdout 0s 4424KB
stdin
Standard input is empty
stdout