#include <stdio.h>
int main()
{
int a,b,c;
int sum;
printf("Enter the first integer\n");
printf("Enter the second integer\n");
printf("Enter the third integer\n");
sum = a + b + c;
printf("The sum of those numbers is: %d\n",sum
); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbigpIAp7CiAgICBpbnQgYSxiLGM7CgogICAgaW50IHN1bTsKCiAgICBwcmludGYoIkVudGVyIHRoZSBmaXJzdCBpbnRlZ2VyXG4iKTsKICAgIHNjYW5mKCIlZCUqYyIsICZhKTsKCiAgICBwcmludGYoIkVudGVyIHRoZSBzZWNvbmQgaW50ZWdlclxuIik7CiAgICBzY2FuZigiJWQlKmMiLCAmYik7CgogICAgcHJpbnRmKCJFbnRlciB0aGUgdGhpcmQgaW50ZWdlclxuIik7CiAgICBzY2FuZigiJWQlKmMiLCAmYyk7CgogICAgc3VtID0gYSArIGIgKyBjOwogICAgcHJpbnRmKCJUaGUgc3VtIG9mIHRob3NlIG51bWJlcnMgaXM6ICVkXG4iLHN1bSk7CiAgICByZXR1cm4gMDsKfQ==