LGED

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年8月24日

摘要: #include #include #include #define random(a,b) (rand() % (b-a) + a) using namespace std; int main() { srand((unsigned)time(NULL)); for(int i=0; i<10; i++) cout << random(1,100) ... 阅读全文
posted @ 2016-08-24 15:04 LGED 阅读(226) 评论(0) 推荐(0) 编辑