Reverse
Submit solution
Points:
10 (partial)
Time limit:
1.0s
Memory limit:
64M
Authors:
Problem type
Allowed languages
Java 19, Java 8
題目說明
輸入一個數字,將這個數字做翻轉。
( 提示:輸入都是數字,但不一定要當 Integer 處理 )
sample input1
12345sample output1
54321sample input2
110sample output2
011
Comments