摘要:
public class Count3Quit { public static void main(String[] args) { int[] a = new int[500]; // 500人的环 for(int i=0; i<a.length; i++) { a[i] = 1; } int l 阅读全文
posted @ 2017-10-27 14:45
楠得有你
阅读(171)
评论(0)
推荐(0)
摘要:
public class Count3Quit2 { public static void main(String[] args) { KidCircle kc = new KidCircle(500); int countNum = 0; Kid k = kc.first; while(kc.co 阅读全文
posted @ 2017-10-27 14:41
楠得有你
阅读(145)
评论(0)
推荐(0)
浙公网安备 33010602011771号