摘要: public class a { public static void main(String[] arg){ int h=13;//h是小时 int t=(h-12>0?h-12:h);//(h-12)如果大于0则输出(h-12)否则输出h S... 阅读全文
posted @ 2015-12-01 15:25 怪咖咖 阅读(417) 评论(0) 推荐(0) 编辑
摘要: public class a { public static void main(String[] arg){ //F是房子,Q是钱,N是能力,等于0说明没有,等于1说明有; 有一项具备则可以嫁,都不具备则证明“他是个屌丝” int F=1; ... 阅读全文
posted @ 2015-12-01 15:13 怪咖咖 阅读(159) 评论(0) 推荐(0) 编辑
摘要: public class a { public static void main(String[] arg){ //注释 System.out.println("Hellow wold"); String a=("我在这里"); ... 阅读全文
posted @ 2015-12-01 09:01 怪咖咖 阅读(101) 评论(0) 推荐(0) 编辑