摘要: 1.输入一个长整型的变量 import java.util.Scanner; public class L { public static void main(String[] args) { long a ; a=123456789012345; System.out.println(a); }} 阅读全文
posted @ 2017-09-25 09:27 GJ77 阅读(169) 评论(0) 推荐(0)