fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4.  
  5.  
  6. int main(int argc, char ** argv) {
  7. const int size = argc;
  8. int arr[size];
  9. return 0;
  10. }
Success #stdin #stdout 0s 4408KB
stdin
Standard input is empty
stdout
Standard output is empty