当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

5231:ZCC loves math

题目描述
Several days ago, ZCC found a summation formula on Miss G.'s scratch pad:

$$ \sum_{i\geq 0} \sum_{j\geq 0} (-1)^{s+t+i+j} {{s} \choose {i}} {{t} \choose {j}} {{n+pi+qj} \choose {m}} $$
    
$n, m, p, q, s, t$ are positive integers given which satisfy:

$ s,t\leq 10^9 $

$ s+t\leq m\leq s+t+50$

$ p,q \leq 20000 $

$ m\leq n \leq 10^{18} $

  
Please help him compute the result, modulo 998244353.
输入解释
First line contains a single integer $T(T=100)$ which denotes the number of test cases.
For each test case, there are four integers in a row: $n, m, p, q, s, t$.

For 80% of the test cases, $p, q \leq 1000$.
输出解释
For each test case, output a single line which is the answer.
输入样例
3
3 2 1 1 1 1 
5 3 1 1 1 1 
10 7 2 3 2 3
输出样例
1
5
9963
来自杭电HDUOJ的附加信息
Recommend hujie

该题目是Virtual Judge题目,来自 杭电HDUOJ

题目来源 BestCoder Round #41

源链接: HDU-5231

最后修改于 2020-10-25T23:20:54+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
24000/15000MS(Java/Others) 262144/131072K(Java/Others)