cdx19971126
#include<iostream>
using namespace std;
int main() {
    int a,b;
    while(cin >> hex >> a >> b) {
        cout << dec << a+b << endl;
    }
    return 0;
}

分类:

技术点:

相关文章:

  • 2021-12-14
  • 2021-11-26
  • 2021-12-01
  • 2021-12-01
  • 2021-12-10
  • 2021-09-21
猜你喜欢
  • 2021-12-14
  • 2021-12-01
  • 2021-12-01
  • 2021-11-03
  • 2021-10-15
  • 2021-10-01
  • 2021-11-26
相关资源
相似解决方案