oj 结构 2 #include<stdio.h> struct student{ int num; char name[10]; int grade,average,sum;}; int main(vo … 继续阅读 oj 结构 2