1045.Calculate the Sum
提交状态 耗时 内存 语言 提交时间

1045.Calculate the Sum

时间限制:1000MS  内存限制:65535KB
题目描述
   As you all know, MOD is a mathematical operatio. Giving you two numbers n,m(0 < m,n <= 1010001),Your task is to calculate the sum of every digit of m MOD every digit of n. We can guarantee that there is no zero in digits of n. 
输入描述
The first line, a integer T, representing T test cases blew.(T<=10).
In each case, the first line is the integer m, the second line is the integer n. 
输出描述
Print the sum of every digit of m MOD every digit of n.
示例
输入样例
1
13
21
输出样例
2
提示
相关标签
没有任何标签
登陆后才可以提交
测试输入
执行结果
控制台
代码编辑器配置
  • 字体设置
    调整适合你的字体大小。
  • 主题设置
    切换不同的代码编辑器主题,选择适合你的语法高亮。
  • 行宽限制
    设置每一行代码的最大字符个数,设置为0则不限制。