fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4.  
  5.  
  6. int main() {
  7.  
  8. for(int i=1; i<=2; i++)
  9. for(int t=0; i<=9; i++)
  10. for(int r=0; i<=9; i++)
  11. cout<<i<<t<<r<<endl;
  12.  
  13. return 0;
  14. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
100
200
300
400
500
600
700
800
900