摘要: #include <stdio.h> #include <string.h> #include <windows.h>#include <stdlib.h> int average(int a,int b,int c) { int av; av=(a+b+c)/3; return av; } int 阅读全文
posted @ 2019-06-20 15:48 李天贤 阅读(99) 评论(0) 推荐(0) 编辑