View Code of Problem 3629

#include <stdio.h>

int main(){
  while(1){
    int xx[100000][10000];
  }
  return 0;
}

Double click to view unformatted code.


Back to problem 3629