3 29+4823 18be+6784 4ae1-3d6c
44114 100102 6565
#include <stdio.h> int main() { int t ; long long a, b ; scanf("%d",&t) ; while( t-- ) { scanf("%x",&a) ; scanf("%x",&b) ; printf("%o\n",a+b) ; } }
原文:http://www.cnblogs.com/xiongqiangcs/p/3647659.html