2019年6月3日

摘要: #include<stdio.h>int average(int a,int b,int c){ int d = 0; d = (a+b+c)/3; return d;}int average2(int a,int b,int c,int d,int e){ int f = 0; f = (a+b+ 阅读全文
posted @ 2019-06-03 15:21 p201821440017 阅读(118) 评论(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){ 阅读全文
posted @ 2019-06-03 14:58 p201821440017 阅读(112) 评论(0) 推荐(0) 编辑

导航