08 2011 档案

摘要:#include #include #include using namespace std;//#include int main(){ int i=0; srand(time(NULL));//Initialize random number generator while (i!=100) { cout<<rand()<<endl; i++; } cin.get(); return 0; } 阅读全文
posted @ 2011-08-31 09:26 gitran 阅读(214) 评论(0) 推荐(0)
摘要:开通博客三天内不让发文章!太不人性了!像ppurl一样设置一定的门槛——读读程序什么的,倒很有新意。Empty Null2011-08-30 阅读全文
posted @ 2011-08-30 15:53 gitran 阅读(118) 评论(0) 推荐(0)