0_0_29951074_26663.cpp: In function 'int main()':
0_0_29951074_26663.cpp:67:23: error: 'sort' was not declared in this scope
sort(b+1,b+1+n);
^
0_0_29951074_26663.cpp:68:28: error: 'unique' was not declared in this scope
*b=unique(b+1,b+1+n)-b-1;
^
0_0_29951074_26663.cpp:72:26: error: 'reverse' was not declared in this scope
reverse(a+1,a+1+n);
^
|