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
0 comments:
Post a Comment