摘要: 1 #include 2 #include 3 #define random (rand()*10000)/RAND_MAX //用来产生随机数 4 int main() 5 { 6 int c;//沙发数 7 int customers=0;//顾客数 8 int count=0;//循环中用来计量的 9 int w=0;//... 阅读全文
posted @ 2018-12-22 15:51 无心小男 阅读(2123) 评论(0) 推荐(0)