using System;
public class Program
{
public static void Main()
Console.WriteLine("Add meg a számot!");
int n = Int32. Parse(Console.ReadLine());
for (int i = 0; i ‹ n; i++) {
Console.WriteLine(i);
}