Ad Code

NEW POST

6/recent/ticker-posts

Roy wants to change his profile picture on Facebook.

 Roy wants to change his profile picture on Facebook. 


#include <stdio.h>

int main()

{int l,w,h;

scanf("%d",&l);

scanf("%d %d",&w,&h);

if(w<l||h<l)

{printf("UPLOAD ANOTHER");}

else if(w>l||h>l)

{printf("CROP IT");}

else

{printf("ACCEPTED");}


return 0;

}

Post a Comment

0 Comments