#include <stdio.h>
int main()
{int a,b,sum;
a=6666666666666666666;b=1234567897891;
sum=a+b;
printf("sum is %d\n",sum);
return  0;
}