#include <stdio.h>
int add(int a, int b)
{
return a + b;
}
int main()
{
int x;
x = add(2, 3);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgYWRkKGludCBhLCBpbnQgYikKewogICAgcmV0dXJuIGEgKyBiOwp9CgppbnQgbWFpbigpCnsKICAgIGludCB4OwoKICAgIHggPSBhZGQoMiwgMyk7CgogICAgcHJpbnRmKCJ4PSVkXG4iLCB4KTsKCiAgICByZXR1cm4gMDsKfQ==