0_0_36354242_21486.cpp: In function 'int main()':
0_0_36354242_21486.cpp:11:16: error: expected unqualified-id before ';' token
int max=0,;
^
0_0_36354242_21486.cpp:34:5: error: 'm' was not declared in this scope
m=i;
^
0_0_36354242_21486.cpp:37:19: error: 'm' was not declared in this scope
printf("%s\n",d[m]);
^
|