摘要: 设计思想:(1)用随机数0.1.2.3通过swicth语句来控制+-*/. (2)用while语句来处理真分数. (3)用try catch语句保证分母不为0. 源代码: #include<iostream> #include<stdlib.h> #include<conio.h> using na 阅读全文
posted @ 2016-03-10 15:14 蝈蝈gl 阅读(138) 评论(0) 推荐(0) 编辑