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

OLE 什么意思 帮帮忙<附原码>

Posted by d4114 at 2007-05-05 22:49:07 on Problem 2624
#include <stdio.h>
void main()
{
	double x1,y1,x2,y2,x3,y3,x,y;
	while(scanf("%lf%lf%lf%lf%lf%lf%lf%lf",&x1,&y1,&x2,&y2,&x2,&y2,&x3,&y3))
	{
		x = x3 + x1 - x2;
		y = y3 + y1 - y2;
		printf("%.3lf %.3lf\n",x,y);
	}
}

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