0_0_36341748_14969.cpp: In function 'int main()':
0_0_36341748_14969.cpp:15:9: error: expected ';' before 'for'
for(int i=0;i<n;i++)
^
0_0_36341748_14969.cpp:15:21: error: 'i' was not declared in this scope
for(int i=0;i<n;i++)
^
0_0_36341748_14969.cpp:16:26: error: 'j' was not declared in this scope
for(int j =0;j<n;j++)
^
|