请教个问题。。 freopen("in.txt","r",stdin); freopen("out.txt","w",stdout); while(scanf("%s%s",s1,s2)!=EOF) { pairaln(s1,s2); } 请教这个程序是从in.txt中提...