#include <iostream>
using namespace std;
int main(){
int a, b;
while(cin >> hex >> a >> b){
cout << dec << a + b << endl;
}
return 0;
}
标签:pac hdu hex mes main include namespace std div
#include <iostream>
using namespace std;
int main(){
int a, b;
while(cin >> hex >> a >> b){
cout << dec << a + b << endl;
}
return 0;
}
标签:pac hdu hex mes main include namespace std div
原文地址:https://www.cnblogs.com/Elvis827/p/8626448.html