摘要:
题目描述 Farmer John新买了一块长方形的牧场,这块牧场被划分成M列N行(1 include include define maxn 13 define p 100000000 using namespace std; int dp[maxn][1 1))){ for(register in 阅读全文
摘要:
题目描述 给出a,b,求出[a,b]中各位数字之和能整除原数的数的个数。1 ≤ a ≤ b ≤ 10^18 输入格式 a,b 输出格式 [a,b]中各位数字之和能整除原数的数的个数。 明显的数位动规+前缀和思想。我们用记忆化搜索来做,先设计状态。 按照惯例,len,sum,val表示当前为第len位 阅读全文
摘要:
题目描述 The number 666 is considered to be the occult “number of the beast” and is a well used number in all major apocalypse themed blockbuster movies. 阅读全文
摘要:
题目描述 有N个人要去膜拜JZ,他们不知道JZ会出现在哪里,因此每个人有一个活动范围,只要JZ出现在这个范围内就能被膜拜, 伟大的JZ当然希望膜拜他的人越多越好,但是JZ不能分身,因此只能选择一个位置出现,他最多可以被多少人膜拜呢, 这个简单的问题JZ当然交给你了 输入格式 Line 1: A si 阅读全文