#include<stdio.h>
#include<conio.h>
struct  {
char team[20],name[20];
int score;
}t[20];
struct  {
char team[20],name[20];
int score;
}h[20];

void main()
{
int i,j,c=0;
printf("enter the team,name\n");
for(i=0;i<5;i++)
scanf("%s%s",t[i].team,t[i].name);/*,t[i].score);*/
h[0].=t[0].team;
for(i=0;i<5;i++);

}
