int sum = x + y ;
return (sum-x == y) && (sum-y == x) ;

이 구문으로 왜 오버플로우를 찾아낼 수 없는지 모르겠슴...

- dc official App