0_0_38484992_7852.cpp: In function 'int main()':
0_0_38484992_7852.cpp:9:5: error: a function-definition is not allowed here before '{' token
{
^
0_0_38484992_7852.cpp:40:36: error: 'cmp' was not declared in this scope
qsort(res,temp,sizeof(int),cmp);
^
|