摘要: 其实可以暴力解决#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct{ double x1; double y1; double x2; double y2;}Point;Pointsquare[110];double x[220],y[220];int num;int comp(const void *a,const void *b);int main(){ int n,i,j,k,ex=0; double x1,y1,x2,y2,sum; while(scanf(" 阅读全文
posted @ 2012-07-18 21:45 perrier 阅读(124) 评论(0) 推荐(0)