荒れ果てた警察署 [MISSION LEVEL: D]

 1 #include <iostream>
 2 using namespace std;
 3 int main(void){
 4     int a,b;
 5     while(~scanf("%d%d",&a,&b))
 6     {
 7         cout << (a+b)%10 << endl;
 8     } 
 9     return 0;
10 }

 

posted @ 2019-01-24 10:27  Asurudo  阅读(297)  评论(0编辑  收藏  举报