using System;
public class Program
{
public static void Main()
double test = 100;
Console.WriteLine(test.ToString("N"));
}