摘要: [a, b) 之内的随机整数 (rand() % (b-a)) + a [a, b] 之间的随机整数 (rand() % (b-a+1)) + a 阅读全文
posted @ 2021-11-01 23:51 consolexinhun 阅读(67) 评论(0) 推荐(0)