#include using namespace std; int main() { const int size = 100 ; //Gets rid of Compiler error int myArray[size] ; return 0; } //main