famouscoder
Wednesday, May 6, 2020
URI 1007 - Difference
#include<stdio.h>
int main()
{
int A,B,C,D,X ;
scanf("%d%d%d%d",&A,&B,&C,&D);
X = (A * B)-(C * D);
printf("DIFERENCA = %d\n",X);
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment