摘要:
1 #include 2 #include 3 #include 4 float get_answer()/*定义求结果的函数*/ 5 { 6 float a,b,answer; 7 char flag; 8 scanf("%f%c%f",&a,&flag,&b); 9 switch(flag) 10 { 11 case '+':... 阅读全文
posted @ 2017-05-20 21:24
苍之眸
阅读(137)
评论(0)
推荐(0)
2017年5月20日