SOLUTION OF URI 1963 URI SOLUTIONS // Solution of 1963 The Motion Picture // (Mahmud_Jamil) BRUR #include <stdio.h> int main() { double A,B,C; scanf("%lf %lf", &A, &B); C = (((B-A)*100.00)/A); printf("%.2lf%%\n", C); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1188 // Solution of 1188 Inferior Area // (Mahmud_Jamil) BRUR #include &l… Read MoreSOLUTION OF URI 1858 // Solution of 1858 Theon's Answer // (Mahmud_Jamil) BRUR #include… Read MoreSOLUTION OF URI 1847 // Solution of 1847 Welcome to the Winter! // (Mahmud_Jamil… Read MoreSOLUTION OF URI 1961 // Solution of 1961 Jumping Frog // (Mahmud_Jamil) BRUR #inc… Read MoreSOLUTION OF URI 1190 // Solution of 1190 Right Area // (Mahmud_Jamil) BRUR #includ… Read More