0_0_38080374_17487.cpp: In function 'int main()':
0_0_38080374_17487.cpp:72:22: error: 'sort' was not declared in this scope
sort(x, x + a);
^
0_0_38080374_17487.cpp:73:28: error: 'unique' was not declared in this scope
a = unique(x, x + a) - x;
^
0_0_38080374_17487.cpp:114:31: error: 'memset' was not declared in this scope
memset(g, 0, sizeof(g));
^
|