摘要: 程序代码: #include <stdio.h>#include <stdlib.h>#include <time.h>int main(){ int a,b,d,t; //定义两个操作数a,b,结果d,输入结果t char c; //运算符c可取“+、-、×、÷” int i,sum=0; //题 阅读全文
posted @ 2021-04-24 21:41 Ashuaiyaa 阅读(61) 评论(0) 推荐(0)