ACM2096_小明A+B

#include<iostream>
int main()
{
    using namespace std;
    int a,b,count;
    cin>>count;
    while(count--)
    {
        cin>>a>>b;
        cout<<(a%100+b%100)%100<<endl;
    }
}

 

posted @ 2013-07-12 14:43  退之  阅读(180)  评论(0编辑  收藏  举报