#include "../util.h" #include int main() { Tree t1, t2; swap(t1, t2); hashSet s1, s2; swap(s1, s2); hashMap m1, m2; swap(m1, m2); }