fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int A[100];
  5. int main() {
  6. for(int i=0; i<100; i++)
  7. A[i]= 100 + 1;
  8.  
  9. for(int i=0; i<100; i++)
  10. cout<<A[i]<<"\t";
  11.  
  12. return 0;
  13. }
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101	101