摘要: 阅读全文
posted @ 2019-06-03 15:28 p201821440011 阅读(152) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int add(int a,int b) { int c; c=a+b; return c; } int minus(int a,int b) { int c; c=a-b; return c; } int multip(int a,int b) { int c; 阅读全文
posted @ 2019-06-03 14:39 p201821440011 阅读(126) 评论(0) 推荐(0) 编辑