poj 2318 TOYS

#include <stdio.h> #include <string.h> #include <algorithm> using namespace std; struct POINT { int x,y; }; POINT card_line[10010],toy_point[5010]; POINT left,right; bool cmp(POINT &p1,POINT &p2)
相關文章
相關標籤/搜索