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