2019年6月3日

摘要: 一 #include <stdio.h>int average1(int a, int b, int c){ int t; t = (a + b + c) / 3; return t;}int average2(int a, int b, int c, int d, int e){ int t; t 阅读全文
posted @ 2019-06-03 14:33 墨绯 阅读(90) 评论(0) 推荐(0)

导航