0_0_26118330_32457.cpp:4:1: error: stray '\243' in program
int sort (int i,int j£©
^
0_0_26118330_32457.cpp:4:1: error: stray '\251' in program
0_0_26118330_32457.cpp:5:1: error: expected ')' before '{' token
{
^
0_0_26118330_32457.cpp: In function 'void again(int, int)':
0_0_26118330_32457.cpp:27:8: error: 's' was not declared in this scope
again(s+1,j);
^
0_0_26118330_32457.cpp: In function 'void print(int)':
0_0_26118330_32457.cpp:33:34: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
print("%d%c",a[i],i=n-i?'n':' ');
^
0_0_26118330_32457.cpp:33:34: error: too many arguments to function 'void print(int)'
0_0_26118330_32457.cpp:29:6: note: declared here
void print(int n)
^
|