Main.cc: In function 'int main()':
Main.cc:6:16: error: expected identifier before numeric constant
int a[100]=[24153];
^
Main.cc: In lambda function:
Main.cc:6:22: error: expected '{' before ';' token
int a[100]=[24153];
^
Main.cc: In function 'int main()':
Main.cc:6:22: error: array must be initialized with a brace-enclosed initializer