#include<stdio.h> void main() { int a=555555555555555555555555555555555555555555555555555555; int b=-3; printf("总结果为:%d\n",a+b); }