参考代码:
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int x = scanner.nextInt(); String s = x + " "; for(int i = s.length() - 2; i >= 0; i--) { System.out.print(s.charAt(i) + " "); } } }
0.0分
6 人评分
点我有惊喜!你懂得!浏览:1705 |
C语言训练-计算1977!* (C语言代码)浏览:940 |
C二级辅导-公约公倍 (C语言代码)浏览:2158 |
数组输出 (C语言代码)浏览:811 |
A+B for Input-Output Practice (VI) (C++代码)浏览:445 |
C语言程序设计教程(第三版)课后习题6.7 (C语言代码)浏览:548 |
2003年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码)浏览:793 |
2003年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码)浏览:690 |
简单的a+b (C语言代码)浏览:385 |
C二级辅导-温度转换 (C语言代码)浏览:802 |