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

求助。。。

Posted by Jaaason at 2006-10-18 10:26:55 on Problem 2624
typedef struct Point
{
    double x ;
    double y ;
} Point ;

Point p[4] ;

p[3].x = p[0].x - p[1].x + p[2].x ;
p[3].y = p[0].y - p[1].y + p[2].y ;

printf( "%.3lf %.3lf\n" , p[3].x , p[3].y ) ;


为何WA?

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