using System;
public class Program
{
public static void Main()
/*
Comment Line 1
Comment Line 2
Comment Line 3
*/
/*********************
* Comment Line 1
* Comment Line 2
* Comment Line 3
**********************/
}