typedef struct

{

      int x;

      int y;

}point;


이런 구조체가 있다고 하면 x값과 y값으로 사칙연산이 가능하나요?