摘要:
来自蒟蒻XXJ的做题记录 突如其来的幸福.jpg 真的伤 题解见 http://blog.csdn.net/samjia2000/article/details/51762811 c++ include define mem(i,j) memset(i,j,sizeof(i)) using name 阅读全文
摘要:
来自蒟蒻XXJ的做题记录 倒着推一遍DP就OK c++ include using namespace std; const int MAXK=128; const int MAXN=15; inline int in(){ int a(0),f(1);char c=getchar(); while 阅读全文