2012年6月17日
摘要:
1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 typedef __int64 LL; 5 using namespace std; 6 #define MAXN 1010 7 struct Point 8 { 9 int x,y,z; 10 void Input() 11 { 12 scanf("%d%d%d",&x,&y,&z); 13 } 14 }; 15 struct Rectangle 16 { 17 Point a,b; 18 阅读全文
posted @ 2012-06-17 14:18
DrunBee
阅读(434)
评论(0)
推荐(0)
浙公网安备 33010602011771号