Submission #1189300


Source Code Expand

using System;
class A{
static void Main()
{
int a=int.Parse(Console.ReadLine();
Console.WriteLine(a%2==0?"GO":"SEN");

}
}

Submission Info

Submission Time
Task B - ハヌマーンの試練
User rayhotate
Language C# (Mono 4.6.2.0)
Score 0
Code Size 130 Byte
Status CE

Compile Error

./Main.cs(5,34): error CS1525: Unexpected symbol `;', expecting `)' or `,'