Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Help Why WA?

Posted by yanghuan at 2006-11-13 23:11:48 on Problem 2624
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator