Run id: 153425
Main.cc: In function 'int main()':
Main.cc:4:22: error: expected ',' or ';' before 'i'
int t[1000001]={}i,n,a,j;
^
Main.cc:5:10: error: 'n' was not declared in this scope
cin>>n;
^
Main.cc:6:25: error: expected ';' before ')' token
for(int i=1;i<=n,i++){
^
Main.cc:7:7: error: 'a' was not declared in this scope
cin>>a;
^
Main.cc:10:10: error: 'j' was not declared in this scope
for( j=1;j<=100,i++){
^
Main.cc:10:21: error: 'i' was not declared in this scope
for( j=1;j<=100,i++){
^
Main.cc:10:24: error: expected ';' before ')' token
for( j=1;j<=100,i++){
^
Main.cc:15:11: error: 'j' was not declared in this scope
cout<