#include typedef struct Sequence { int len; char name[80]; char type[8]; char *nuc; } Sequence; main() { char a[5000],b[5000],inline[132]; int pos1,pos2,pos3,i,j,k,FLAG; Sequence pair[2]; for(j=0;j<5000;j++) b[j]='-'; FLAG = (int)gets(inline); for(j=0;FLAG;j++) { FLAG = (int)gets(inline); sscanf(inline,"%d",&pos1); if((sscanf(inline,"%*6c %c %d %d %d",&(a[j]),&k,&pos2,&pos3) == 4) && (FLAG)) { if(pos3!=0) { if(pos1