Header Ads

Learn Together, Stay Connected.

বাক্স বাঁধা - ১-C


#include <stdio.h>
#include<math.h>
int main()
{

int a,b;
scanf("%d %d",&a,&b);
if(a==4*b)
{
printf("Possible\n");
}
else
{
printf("Impossible\n");
}
return 0;
}

No comments

Theme images by Dizzo. Powered by Blogger.