using System;
namespace Test
{
class Program
static void Main(string[] args)
string a = "IADC0:FF.0F.8C.05.FF.0F.FF.0F";
Console.WriteLine(a);
}