fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. int arr[10];
  6. cout<<arr[-6456338];
  7. // your code goes here
  8. return 0;
  9. }
Runtime error #stdin #stdout 0s 4372KB
stdin
Standard input is empty
stdout
Standard output is empty