SOLUTION OF URI 1007 URI SOLUTIONS // question of uri 1007 Difference //1007 (Mahmud_Jamil) BRUR #include<stdio.h> int main() { int A,B,C,D,DIFERENCA; scanf("%d %d %d %d",&A,&B,&C,&D); DIFERENCA=(A*B-C*D); printf("DIFERENCA = %d\n",DIFERENCA); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook