#3848: help


you1234 (......)

學校 : 國立臺中高級工業職業學校
編號 : 11640
來源 : [210.70.75.153]
最後登入時間 :
2010-12-02 11:04:43
d170. 飛蛾撲火(一) -- me | From: [220.131.211.116] | 發表日期 : 2010-06-10 20:31

#include<iostream>
using namespace std;
int main()
{
int x,y;
int a,b,c,d,e,f;
while(cin>>x)
{
for(y=1;y<=x;y++)
{
cin>>a>>b>>c>>d>>e>>f;
if(  (f-b)!=0&&(d-f)!=0&&(d-b)!=0  )
{
if(  (e-a)*(d-f)==(c-e)*(f-b)&&(c-e)*(d-b)==(c-a)*(d-f)&&(e-a)*(d-b)==(c-a)*(f-b) ) 
{
if(a>e&&e>c||a<e&&e<c)
cout<<"該死的東西!竟敢想讓我死!"<<endl;
else if(a==c&&a==e&&c==e||b==d&&b==f&&d==f)
{
if(a>e&&e>c||a<e&&e<c||b>d&&d>f||b<d&&d<f)
cout<<"該死的東西!竟敢想讓我死!"<<endl;
}     
}
else
cout<<"父親大人!母親大人!我快到了!"<<endl;
}


}
}
return 0;
}


wa:line 7

 
ZeroJudge Forum