2012年9月7日
摘要: //【程序27】 题目:求100之内的素数import java.util.*;class Date{ int d;}public class _27_SuShu { public static void main(String[] args){ int flag; int ni=0; Vector<Date> num=new Vector<Date>(); for (int i=2; i<100 ; i++){ flag=1; for (int j=2 ; j<i ; j++){ ... 阅读全文
posted @ 2012-09-07 09:44 aniuer 阅读(188) 评论(0) 推荐(0)