#include <stdio.h> int main() { int a, b; scanf("%X %o", &a, &b) ;// 注意 while 处理多个 case // 64 位输出请用 printf("%lld") to printf("%d", a+b); return 0; }