2014年9月10日
摘要: 博弈dp 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 int d[30][30][30][30]; 8 int visit[30][30][30][30]; 9 int a[50],b... 阅读全文
posted @ 2014-09-10 09:43 gfc 阅读(144) 评论(0) 推荐(0) 编辑