03 2015 档案

二分
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 #define AA struct ss 7 using namespace std; 8 9 int n;10 AA {11 double b,w,d,h;12 }re[5... 阅读全文

posted @ 2015-03-24 17:15 wsa 阅读(107) 评论(0) 推荐(0)

Stock 贪心经典 Zoj2921
摘要:Optiver sponsored problem.After years of hard work Optiver has developed a mathematical model that allows them to predict wether or not a company will... 阅读全文

posted @ 2015-03-11 10:39 wsa 阅读(198) 评论(0) 推荐(0)

D. Block Tower
摘要:time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputAfter too much playing on paper, Iahub has switc... 阅读全文

posted @ 2015-03-10 14:40 wsa 阅读(181) 评论(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 阅读(105) 评论(0) 推荐(0)

导航