随笔分类 -  POJ

Window Pains POJ 2585
摘要:Description Boudreaux likes to multitask, especially when it comes to using his computer. Never satisfied with just running one application at a time,... 阅读全文

posted @ 2015-06-09 10:58 wsa 阅读(162) 评论(0) 推荐(0)

POJ 1270 Following Orders 拓扑排序全输出
摘要:Description Order is an important concept in mathematics and in computer science. For example, Zorn's Lemma states: ``a partially ordered set in which... 阅读全文

posted @ 2015-06-08 17:00 wsa 阅读(459) 评论(0) 推荐(0)

烦人的dp
摘要:1050 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 int main() 8 { 9 int n;10 while(cin>>n)11 {12 int a[200][200]... 阅读全文

posted @ 2015-03-06 12:09 wsa 阅读(104) 评论(0) 推荐(0)

导航