| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Help Why WA?Program Lx;
Var
x1, x2, x3, x4, y1, y2, y3, y4: Double;
Begin
Repeat
Read(x1, y1, x2, y2, x2, y2, x3, y3);
x4 := x3 + x1 - x2;
y4 := y3 + y1 - y2;
Writeln(x4:0:3, ' ', y4:0:3)
Until Eof;
End.
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator