86.编写程序,从键盘输入6名学生的5门成绩,分别统计出每个学生的平均成绩。 //86.输入6名学生的5门成绩,分别统计出每个学生的平均成绩 #include<stdio.h> main() { int a[6][5],i,j,b; for