摘要: 徐州的A我因为并查集写错T了整场。。 int find(int x){ return fa[x]==x?x:fa[x]=find(fa[x]); } GTMD! 阅读全文
posted @ 2018-12-02 17:36 wrjlinkkkkkk 阅读(166) 评论(0) 推荐(0)