https://school.programmers.co.kr/learn/courses/30/lessons/12947양의 정수 x가 하샤드 수이려면 x의 자릿수의 합으로 x가 나누어져야 합니다. 예를 들어 18의 자릿수 합은 1+8=9이고, 18은 9로 나누어 떨
https://leetcode.com/problems/palindrome-number/description/Given an integer x, return true if x is a palindrome, and false otherwise.Input: x =