#include class TheSocialNetwork { public: int minimumCut(int n, int m, std::vector &u, std::vector &v, std::vector &l); };