摘要: 习题要求:随机生成30道四则运算题以下是程序代码: 1 #include "stdafx.h" 2 #include "stdio.h" 3 #include "time.h" 4 #include "stdlib.h" //随机器函数头文件 5 6 void print() 7 { 8... 阅读全文
posted @ 2015-03-06 20:18 。泡沫。。 阅读(187) 评论(0) 推荐(0) 编辑