P3367

【模板】并查集 (洛谷P3367)

1 #include <bits/stdc++.h> 2 using namespace std; 3 template <class T> 4 inline void read(T &s) 5 { 6 s = 0; 7 int w = 1; 8 char ch = getchar(); 9 whi ......
模板 P3367 3367
共1篇  :1/1页 首页上一页1下一页尾页