using System;
using System.Xml.Linq;
public class Program
{
public static void Main()
XDocument doc = XDocument.Parse("");
}