-
vector와 struct 사용할 때 초기화 struct Location{ int c,r; Location(int _c,int _r): c(_c), r(_r) {}}; vector lo;lo.push_back(Location(i,j)); 2018/07/06 - [SW/C\C++(STL)] - [STL] 이중벡터 vector형