2015年10月5日

HDU5375 GRAY CODE

摘要: 2015-10-05http://acm.hdu.edu.cn/showproblem.php?pid=5375DP#include#define N 200010using namespace std;int f[N][2],a[N];char s[N];int main(){ int T,... 阅读全文

posted @ 2015-10-05 17:45 wzb_hust 阅读(123) 评论(0) 推荐(0) 编辑

导航