大家好,又见面了,我是你们的朋友全栈君。
[HDU 2096] 小明A+B
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2096
1 #include<iostream> 2 #include<cstdio> 3 #include<cmath> 4 #include<algorithm> 5 using namespace std; 6 7 int main() 8 { 9 int a,b; 10 int sum; 11 int t; 12 scanf("%d",&t); 13 while(t--) 14 { 15 scanf("%d%d",&a,&b); 16 a = a%100; 17 b = b%100; 18 sum = a+b; 19 sum = sum%100; 20 printf("%d\n",sum); 21 } 22 return 0; 23 }
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/149178.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...