摘要: #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;} 阅读全文
posted @ 2011-08-08 15:38 visayafan 阅读(749) 评论(0) 推荐(0)