标签:sam code ogr 传送门 结果 others 范围 ota 正整数
传送门:
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 51123 Accepted Submission(s): 24199
#include<bits/stdc++.h> using namespace std; typedef long long ll; int main() { int t; scanf("%d",&t); ll a,b; while(t--) { scanf("%I64d %I64d",&a,&b); a=a%100; b=b%100; printf("%I64d\n",(a+b)%100); } return 0; }
标签:sam code ogr 传送门 结果 others 范围 ota 正整数
原文地址:https://www.cnblogs.com/yinbiao/p/9311834.html