HDU 1720

#include <iostream>
using namespace std;

int main(){
  int a, b;
  while(cin >> hex >> a >> b){
    cout << dec << a + b << endl;
  }
  return 0;
}

posted @ 2018-03-22 20:39  碧殇冰心  阅读(108)  评论(0编辑  收藏  举报