nicholas

nicholas

2007年9月21日

pku3141

摘要: 那个找矩形的,n^4超时了啊- - #include #include struct point { int x,y; }; point pt[200]; int px[200],py[200]; int xn,yn; int n; int f[200][200][200],g[200][200][200]; int graph[200][200]; int fi... 阅读全文

posted @ 2007-09-21 11:40 zy_nic 阅读(228) 评论(0) 推荐(0)