摘要: public class hello { public static viod mian (String[]args){ System.out.println("hello world"); }} 阅读全文
posted @ 2014-11-25 09:11 李欣桐 阅读(130) 评论(0) 推荐(0)
摘要: package kewaiwork;public class lxtkewai { public static void main(String[] args) { int i, j;// i:鸡,j:兔 for (i = 0; i < 35; i++) { j = 35 - i; if... 阅读全文
posted @ 2014-11-25 09:08 李欣桐 阅读(4725) 评论(0) 推荐(0)