摘要: Code cpp include include include define N 51 using namespace std; int dp[N][N][N][N],a[N][N],n,m; void solve(int i,int j,int k,int l){ int Max = 0; Ma 阅读全文
posted @ 2019-03-28 21:51 Zforw 阅读(37) 评论(0) 推荐(0) 编辑
摘要: Description A group of cows grabbed a truck and ventured on an expedition deep into the jungle. Being rather poor drivers, the cows unfortunately mana 阅读全文
posted @ 2019-03-28 21:20 Zforw 阅读(32) 评论(0) 推荐(0) 编辑
摘要: Description: 在Mars星球上,每个Mars人都随身佩带着一串能量项链。在项链上有N颗能量珠。能量珠是一颗有头标记与尾标记的珠子,这些标记对应着某个正整数。并且,对于相邻的两颗珠子,前一颗珠子的尾标记一定等于后一颗珠子的头标记。因为只有这样,通过吸盘(吸盘是Mars人吸收能量的一种器官) 阅读全文
posted @ 2019-03-28 21:01 Zforw 阅读(48) 评论(0) 推荐(0) 编辑