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 Related Posts:SOLUTION OF URI 1541 // Solution of 1541 Building Houses // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1478 // Solution of 1478 Square Matrix II // (Mahmud_Jamil) BRU… Read MoreSOLUTION OF URI 1189 // Solution of 1189 Left Area // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1973 // Solution of 1973 Star Trek // (Mahmud_Jamil) BRUR #include… Read MoreSOLUTION OF URI 1963 // Solution of 1963 The Motion Picture // (Mahmud_Jamil) BRUR … Read More