-
안 사용 - 값만 넘김(call by value)복사 void func(vector v){} & 사용 - call by reference(공유) void func(vector &v){}