hdu——2057——A+B Again
#include using namespace std;int main(){ long long a,b; while(cin>>hex>>a>>b) { if((a+b)<0) cout<<"-"<<hex<<uppercase<<-(a+b)<<endl; else cout<<he