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