Competitive Programming
Try To Help To Generate & Improve The Idea Of Competitive Programming
Wednesday, August 23, 2017
1016 Distance URI Problem Only Solution In C#
using System;
class URI {
static void Main(string[] args) {
int x=Convert.ToInt32(Console.ReadLine());
Console.WriteLine(x*2+" minutos");
}
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment