0_0_14251570_11590.cpp:7:1: error: 'biil' does not name a type
biil compare(int a,int b)
^
0_0_14251570_11590.cpp: In function 'int main()':
0_0_14251570_11590.cpp:17:7: error: 'target' was not declared in this scope
if(target==0&&strcmp(a,"END")==0) break;
^
0_0_14251570_11590.cpp:17:32: error: cannot convert 'int*' to 'const char*' for argument '1' to 'int strcmp(const char*, const char*)'
if(target==0&&strcmp(a,"END")==0) break;
^
0_0_14251570_11590.cpp:24:14: error: 'compare' was not declared in this scope
sort(a,a+c,compare);
^
|