摘要:
#include<stdio.h>double averange(double a,double b,double c){ return (a+b+c)/3;}double averange2(double a,double b,double c,double d,double e){ return 阅读全文
posted @ 2019-06-03 15:56
雲中
阅读(178)
评论(0)
推荐(0)
摘要:
#include<stdio.h> int add(int x,int y){ return x+y; }int minus(int x,int y){ return x-y; }int multip(int x,int y){ return x*y; }int quotient(int x,int 阅读全文
posted @ 2019-06-03 14:43
雲中
阅读(213)
评论(0)
推荐(0)

浙公网安备 33010602011771号