#include<set>
template<class T>T f(T a){return f(std::set<T>());}int main(){f(0);}