using System;
public class Program
{
public static void Main()
int round = 1;
for(round = 1;round<=10;round++)
Console.WriteLine("round:" +round);
}