03 2015 档案
POJ 2082 最大矩形面积
摘要:#include #include #include #include using namespace std;struct node{ int w,h; node(int _w,int _h):w(_w),h(_h){}};int n,w,h;int main(){ while(... 阅读全文
posted @ 2015-03-18 12:24 一锅土豆 阅读(113) 评论(0) 推荐(0)