SOLUTION OF URI 1096 URI SOLUTIONS No comments // 1096 (Mahmud_Jamil) BRUR // Sequence IJ 2 #include<stdio.h>int main(){ int i,j; for(i=1;i<=9;i+=2){ for(j=7;j>=5;j--) printf("I=%d J=%d\n",i,j); } return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1043 // question of uri 1043 Triangle // 1043 (Mahmud_Jamil) BRUR #include <stdio… Read MoreSOLUTION OF URI 1046 // question of uri 1046 Game Time // 1046 (Mahmud_Jamil) BRUR #include &l… Read MoreSOLUTION OF URI 1047 // question of uri 1047 Game Time with Minutes // 1047 (Mahmud_Jamil) BRUR #incl… Read MoreSOLUTION OF URI 1045 // question of uri 1045 Triangle Types // 1045 (Mahmud_Jamil) BRUR #include &l… Read MoreSOLUTION OF URI 1044 // question of uri 1044 Multiples // 1044 (Mahmud_Jamil) BRUR #include <stdi… Read More
0 comments:
Post a Comment