#include <stdio.h>
int main()
{
int a, b;
printf("Enter two number for multiplication\n");
printf("Multiplication of %d and %d is %d\n", a
, b
, a
* b
);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbigpIAp7CglpbnQgYSwgYjsKCQoJcHJpbnRmKCJFbnRlciB0d28gbnVtYmVyIGZvciBtdWx0aXBsaWNhdGlvblxuIik7CglzY2FuZigiJWQgJWQiLCAmYSwgJmIpOwoJCglwcmludGYoIk11bHRpcGxpY2F0aW9uIG9mICVkIGFuZCAlZCBpcyAlZFxuIiwgYSwgYiwgYSAqIGIpOwoJCglyZXR1cm4gMDsKfQo=