Judge Information
Run ID: 32281
src.cpp:3:27: error: expected ']' before ',' token
long long int n,a[10000000,i,m;
^
src.cpp: In function 'int main()':
src.cpp:11:2: error: 'a' was not declared in this scope
a[1]=1 ; a[2]=2; a[3]=4;
^
long long int n,a[10000000,i,m;
^
src.cpp: In function 'int main()':
src.cpp:11:2: error: 'a' was not declared in this scope
a[1]=1 ; a[2]=2; a[3]=4;
^