t1==t2==t3==1 当t1=0 ,t2=0时,t1==t2也是1,所以判断的地方写的不详细。
if(t1==t2==t3==1)printf("%d\n",n); 貌似这里就错了的 。 不会有这表示吧 t1==t2==t3==1 自己看下