摘要:
#include #include #include #include using namespace std;struct Com{ int x,y; Com(int _x,int _y){ x=_x; y=_y; }};vector vec[10005];in... 阅读全文
posted @ 2016-06-04 21:53 蓝空 阅读(120) 评论(0) 推荐(0)
|
||
|
摘要:
#include #include #include #include using namespace std;struct Com{ int x,y; Com(int _x,int _y){ x=_x; y=_y; }};vector vec[10005];in... 阅读全文
posted @ 2016-06-04 21:53 蓝空 阅读(120) 评论(0) 推荐(0) |
||