摘要:
This is my first problem of Trie.Thanks tohttp://www.cnblogs.com/dolphin0520/archive/2011/10/15/2213752.html#include #include #include #include using... 阅读全文
摘要:
This problem too much water,so there is code:#include #include using namespace std;const int MAXN=105;int w[MAXN][MAXN];int dp[MAXN][MAXN][MAXN];int n... 阅读全文