The literal of int xxxxx is out of range
摘要:
import java.util.Scanner;/** * 任意输入一个整数(小于 10 位),求它的位数 * * @author zzu119 * */public class digitCount { public static void main(S... 阅读全文
posted @ 2015-09-29 13:10 菜鸟Z 阅读(251) 评论(0) 推荐(0) 编辑