#include using namespace std; int main(){ int arr[3]; arr[4] = 100; cout << arr[4] << endl; return 0; }