SOLUTION OF URI 1095 URI SOLUTIONS No comments // 1095 (Mahmud_Jamil) BRUR // Sequence IJ 1 #include<stdio.h>int main(){ int i=1,j=60; for(i=1,j=60;j<=60;i+=3,j-=5){ printf("I=%d J=%d\n",i,j); if(j==0) break; } return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment