Main.cc: In function 'int main()':
Main.cc:5:10: error: declaration does not declare anything [-fpermissive]
long long ;a[41]={0,1,2,4};
^
Main.cc:5:16: error: 'a' was not declared in this scope
long long ;a[41]={0,1,2,4};
^