SOLUTION OF URI 1014 URI SOLUTIONS // question of uri 1014 Consumption // 1014 (Mahmud_Jamil) BRUR #include <stdio.h> int main() { int a; float b,c; scanf("%d %f",&a,&b); c=a/b; printf("%.3f km/l\n",c); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1021 // question of uri 1021 Banknotes and Coins &nbs… Read MoreSOLUTION OF URI 1019 // question of uri 1019 Time Conversion // 1019 (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1018 // question of uri 1018 Banknotes //1018 (Mahmud_Jamil) BRUR #i… Read MoreSOLUTION OF URI 1035 // question of uri 1035 Selection Test 1 // 1035 (Mahmud_Jamil) BRUR #… Read MoreSOLUTION OF URI 1020// question of uri 1020 Age in Days // 1020 (Mahmud_Jamil) BRU… Read More