교환법칙이란 a+b = b+a 다.
a + 3 과 3 + a 를 둘다 오버로딩 해주면 된다.
Point operator*(int times Point& ref) //전역함수 기반 오버로딩 { }