All In One
একের ভিতর সব
Sunday, June 19, 2016
SOLUTION OF URI 1096
// 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;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment