vector<typeName> vr(n_elem) vt는 typeName형 벡터 객체이며 n_elem의 원소들을 보유할 수 있음.
vector<typeName> vr(n_elem)
at()
vt.at(1) = 2.3; // 2.3을 vt[1]에 대입함