2011年10月18日

NEUOJ Bits

摘要: 转自:http://hi.baidu.com/1350425722/blog/item/827fb6c72a1c8c25b700c8ee.html动态规划:View Code 1 #include<stdio.h> 2 #include<string.h> 3 #include<iostream> 4 using namespace std; 5 #include<stdio.h> 6 #define MAX 33 7 8 long long bits[MAX][MAX]; 9 void start()10 {11 int i,j;12 for( 阅读全文

posted @ 2011-10-18 11:11 lonelycatcher 阅读(286) 评论(0) 推荐(0) 编辑

导航