随笔分类 -  UvaOJ

UvaOJ 10167
摘要:暴力搜索 1 #include 2 3 struct node 4 { 5 int x; 6 int y; 7 }s[10000]; 8 int main() 9 {10 //freopen("input.txt","r",stdin);11 int a,b,n,n... 阅读全文
posted @ 2014-07-23 01:01 lpt 阅读(387) 评论(0) 推荐(0)