摘要: package com.hanqi; import java.util.Scanner; public class zuoyemaopaopaixv { public static void main(String[] args) { Scanner sc=new Scanner(System.in); ... 阅读全文
posted @ 2016-05-11 08:28 薛岩 阅读(103) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi; import java.util.*; public class zuoyebaiqianbaiji { public static void main(String[] args) { for(int gj=0;gj<=99;gj++) { for(int m 阅读全文
posted @ 2016-05-09 09:23 薛岩 阅读(203) 评论(0) 推荐(0) 编辑
摘要: System.out.println(""); //快速注释和解除注释 摁cterl+/ System.out.println(""); //数据类型转换 //整数的默认类型是int //在整数后面加l L,就把整个整数转成了long型 //当范围大数值类型赋值给范围小的时候,会提示错误 ... 阅读全文
posted @ 2016-05-06 13:56 薛岩 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 一些小知识点,自己要时刻记得。 阅读全文
posted @ 2016-05-04 20:35 薛岩 阅读(777) 评论(0) 推荐(0) 编辑
摘要: 恭喜自己试验成功。 阅读全文
posted @ 2016-05-04 10:53 薛岩 阅读(137) 评论(0) 推荐(0) 编辑