Given an integer as input and replace all the '0' with '5' in the integer. Examples: Input: 102 Output: 152 Explanation: All the digits ...
確定! 回上一頁