python输入五个数并求平均值

时间:2026年06月19日 22:36:33

求五个数平均数C语言 - CSDN文库

2025年10月9日 - 以下为几种使用C语言求五个数平均数的代码示例: ### 方法一:使用指针 ~~~c #include stdio.h int main() { int numbers[5]; int *p; int sum = 0; flo...