fork download
  1. using namespace std;
  2. int main()
  3. {
  4. int n=10000000;
  5. int a[n];
  6. for (int i=0; i<n; i++)
  7. {
  8. a[i]=i;
  9. }
  10. }
Success #stdin #stdout 0s 5456KB
stdin
Standard input is empty
stdout
Standard output is empty