随笔分类 -  C++

摘要: while(smalllarge&&smallMAXSMALL) { small++; if(small%skip==0) { cout"skipping on "smallendl; continue;//跳到循环的开通 } if(large==target) { cout"targer reached!"; break; 阅读全文
posted @ 2008-11-21 21:51 雨城 阅读(413) 评论(0) 推荐(0)
摘要: while(smalllarge&&smallMAXSMALL){ if(small%5000==0) cout"."; small++; large-=2; } 阅读全文
posted @ 2008-11-21 12:07 雨城 阅读(319) 评论(0) 推荐(0)