using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ReadDatafromconsole
{
class Program
{
static void Main(string[] args)
{
int a=int.Parse(Console.ReadLine());
Console.Write(a);
}
}
}
No comments:
Post a Comment