My code is super simple:
int main(){
int n; cin >> n; int arr[1000001][3] = {};
return 0;
}
I don't understand why it's crashing. My computer couldn't find a contiguous block of memory for this thing or what?
My code is super simple:
int main(){
int n; cin >> n; int arr[1000001][3] = {};
return 0;
}
I don't understand why it's crashing. My computer couldn't find a contiguous block of memory for this thing or what?