摘要: #include<stdio.h> #include<math.h> int add(int x,int y){ int s; s=x+y; return s; } int minus(int x,int y){ int s; s=x-y; return s; } int multip(int x, 阅读全文
posted @ 2019-06-03 15:10 兰布尔 阅读(165) 评论(0) 推荐(0) 编辑