もし最初の部分なら
#include<stdio.h>

main()
{
typedef struct Figure
int no;
char name[10];
}



となるはずです