c语言求平均 c语言求平均值 c语言怎么求平均身高假设已经输入了n个人的身高数据,可以使用以下C语言代码求平均身高:```c#include <stdio.h>int main() { int n, i;&n... 小编 /C/C++ /2023-11-25 /0 评论 /75 阅读