#include <stdio.h>
struct student{
char num[10];
char name[10];
int score[3];
};
void Pout(struct student stu[6]){
int i,j;
printf(
#include <stdio.h>
struct student{
char num[10];
char name[10];
int score[3];
};
void Pout(struct student stu[6]){
int i,j;
printf(