摘要: long a = 12121221321L;int b= 123;short c = 10;byte d = 8;System.out.println(a+b+c+d); //intSystem.out.println(b+c+d); //intSystem.out.println(c+d); // 阅读全文
posted @ 2020-10-18 23:37 Strive_ToLife 阅读(74) 评论(0) 推荐(0) 编辑