POJ 1159 Palindrome
摘要:
好吧,在几天一直做水题,找找手感,过两天开刷难题。#include#include#include#include#includeusing namespace std;const int MAXN = 5010;short int dp[2][MAXN];int main(){ int n;... 阅读全文
posted @ 2014-07-17 23:50 ~Love() 阅读(98) 评论(0) 推荐(0)