二维数组求平均值(指针的使用)

#include<stdio.h> int main() { int buf[3][5] ={ { 1,2,3,4,5},{ 4,5,6,7,8},{ 7,8,9,1
相关文章
相关标签/搜索