using System;
namespace _10.digitalweekDeak
{
class Program
static void Main(string[] args)
for (int i = 0; i <= 100; i=i+10)
Console.WriteLine(i);
}