0_0_38493347_16878.cpp:2:9: error: empty filename in #include
#include<>
^
0_0_38493347_16878.cpp: In function 'int main()':
0_0_38493347_16878.cpp:57:17: error: 'sort' was not declared in this scope
sort(a+1,a+n+1);
^
0_0_38493347_16878.cpp:59:21: error: 'unique' was not declared in this scope
m=unique(b+1,b+n+1)-b-1;
^
|