Guest
Login
Home Page
Problems
Status
Contests
Ranklist
F.A.Qs
计算矩形面积
Time Limit:1000MS Memory Limit:32768K
Description:
两个坐标点能确定一个矩形,请按矩形的面积大小进行排序输出。 每一行给出两个坐标点,表示一个矩形。请按要求输出面积。
Sample Input:
1 2 3 4 1 0 2 3 2 1 3 1 2 8 7 1
Sample Output:
0 3 4 35
Source:
qn
Status
Submit
Zhe Jiang University Of Technology Online Programming Space Beta1.3
Designed & Developped By
Jin Qiwei
.
Refactored By cb@zjut.edu.cn , QQ Group: 723311416 All Copyright Reserved 2006-
859