#include <iostream>

using namespace std;

int main(int argc, char *argv[])

{

     int a, b;

     while(cin>>hex>>a>>b)

          cout<<dec<<a+b<<endl;

     return 0;

}



相关文章:

  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-11-13
  • 2022-12-23
  • 2021-06-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案