ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1832. Arirang Show

AC
Posted by JAMSHID AKHMEDOV 31 Jan 2013 21:46
/*
 * Created by SharpDevelop.
 * User: Жамшидбек
 * Date: 31.01.2013
 * Time: 20:02
 *
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 */
using namespace System;

int main(array<System::String ^> ^args)
{
    Console::WriteLine(L"Hello World");
    return 0;
}