Question

Write a function that returns true if the number is divisible by the sum of its digits squared?

Login to Submit

Examples

Input: 465
Output: false

Input: 617
Output: false

Input: 200
Output: true