Competitive Programming
Try To Help To Generate & Improve The Idea Of Competitive Programming
Wednesday, August 23, 2017
1067 Odd Numbers URI Problem Only Solution In C#
using System;
class URI {
static void Main(string[] args) {
int x=Convert.ToInt32(Console.ReadLine());
for(int i=1;i<=x;i=i+2){
Console.WriteLine(i);
}
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment