1303: sum of power
内存限制:64 MB
时间限制:1.000 S
评测方式:文本比较
命题人:
提交:154
解决:62
题目描述
Calculate mod (1000000000+7) for given n,m.
输入
Input contains two integers n,m(1≤n≤1000,0≤m≤10).
输出
Output the answer in a single line.
样例输入 复制
10 0
样例输出 复制
10