This documentation is automatically generated by online-judge-tools/verification-helper
sort(v.begin(), v.end());
v.erase(unique(v.begin(), v.end()), v.end());
#line 1 "util/uniq.cpp"
sort(v.begin(), v.end());
v.erase(unique(v.begin(), v.end()), v.end());