SOLUTION OF URI 1155 URI SOLUTIONS No comments // 1155 (Mahmud_Jamil) BRUR // S Sequence #include <stdio.h>int main(){ double a,b=1,c, S=0; for(a=1; a<=100; a++) { c=1/a; S+=c; } printf("%.2lf\n",S); return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts: SOLUTION OF URI 1012 // question of uri 1012 Area // 1012 (Mahmud_Jamil) BRUR #incl… Read More SOLUTION OF URI 1011 // question of uri 1011 Sphere // 1011 (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1014 // question of uri 1014 Consumption // 1014 (Mahmud_Jamil) BRUR #inc… Read MoreSOLUTION OF URI 1015 // question of uri 1015 Distance Between Two Points // 1015 (Mahmud_Jam… Read MoreSOLUTION OF URI 1013 // question of uri 1013 The Greatest // 1013 (Mahmud_Jamil) BRUR #in… Read More
0 comments:
Post a Comment