#include <stdio.h>
int sum(int a, int b)
{
return a + b;
}
int main()
{
int x = 3, y = 4 ;
if (x < y)
{
}
printf("Summation program\n", sum
(x
, y
)); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgc3VtKGludCBhLCBpbnQgYikKewogICAgcmV0dXJuIGEgKyBiOwp9CgppbnQgbWFpbigpCnsKICAgIGludCB4ID0gMywgeSA9IDQgOwoKICAgIGlmICh4IDwgeSkKICAgIHsKICAgICAgICBwcmludGYoIiVkXG4iLCBzdW0oeCwgeSkpOwogICAgfQoKICAgIHByaW50ZigiU3VtbWF0aW9uIHByb2dyYW1cbiIsIHN1bSh4LCB5KSk7CiAgICByZXR1cm4gMDsKfQ==