SOLUTION OF URI 1060 URI SOLUTIONS No comments // 1060 (Mahmud_Jamil) BRUR // question of 1060 Positive Numbers #include <stdio.h> int main() { int i, sum=0; float n; for(i=1; i<=6; i++){ scanf("%f",&n); if(n>0){ sum+=1; } } printf("%d valores positivos\n",sum); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1189 // Solution of 1189 Left Area // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1534 // Solution of 1534 Array 123 // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1984 // Solution of 1984 The Pronalância Puzzle // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1589 // Solution of 1589 Bob Conduit // (Mahmud_Jamil) BRUR #include &… Read MoreSOLUTION OF URI 1985 // Solution of 1985 MacPRONALTS // (Mahmud_Jamil) BRUR #inc… Read More
0 comments:
Post a Comment