摘要: 作业要求:参考 P2-3页内容.写一个能自动生成小学四则运算题目的程序.和同学们比较一下各自程序的功能、实现方法的异同等等。 1 #include 2 #include 3 main() 4 { 5 int a[50]; 6 int b[50]; 7 int num,coun... 阅读全文
posted @ 2015-03-30 13:41 11尤桂鹏 阅读(138) 评论(4) 推荐(0) 编辑