[LeetCode] 1056. Confusing Number
![[LeetCode] 1056. Confusing Number](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FqNxyn%2FbtrU38CF6Qf%2FQGIDy0ImMMmNZk1g0N2L2k%2Fimg.png)
[LeetCode] 1056. Confusing Number
1056. Confusing Number Easy A confusing number is a number that when rotated 180 degrees becomes a different number with each digit valid. We can rotate digits of a number by 180 degrees to form new digits. When 0, 1, 6, 8, and 9 are rotated 180 degrees, they become 0, 1, 9, 8, and 6 respectively. When 2, 3, 4, 5, and 7 are rotated 180 degrees, they become invalid. Note that after rotating a num..