All In One
একের ভিতর সব
Wednesday, June 15, 2016
SOLUTION OF URI 1067
// 1067 (Mahmud_Jamil) BRUR
//
question of 1067
Odd Numbers
#include<stdio.h>
int main()
{
int n,i;
scanf("%d",&n);
for(i=1;i<=n;i=i+2)
{
printf("%d\n",i);
}
return 0;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment