RT,CSP乃至NOIP能不能用 auto,例如:
vector<int> g; for(auto v:g) ... vector<node> g; for(auto [u,v,w]:g)...
这样可以吗?