Submission #1322157


Source Code Expand

using System;
using System.Linq;

namespace code_festival_relay_b
{
    class Program
    {
        static void Main(string[] args)
        {
            int[] x = Console.ReadLine().Split().Select(int.Parse).ToArray();
            Console.WriteLine(x[0] >= x[1] ? "Congratulations!" : "Enjoy another semester...");
        }
    }
}

Submission Info

Submission Time
Task B - もう1年遊べるドン?
User mencotton
Language C# (Mono 4.6.2.0)
Score 100
Code Size 346 Byte
Status AC
Exec Time 23 ms
Memory 13396 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 24
Set Name Test Cases
All 00-sample1, 00-sample2, 00-sample3, 10-edge, 50-random00, 50-random01, 50-random02, 50-random03, 50-random04, 50-random05, 50-random06, 50-random07, 50-random08, 50-random09, 50-random10, 50-random11, 50-random12, 50-random13, 50-random14, 50-random15, 50-random16, 50-random17, 50-random18, 50-random19
Case Name Status Exec Time Memory
00-sample1 AC 23 ms 13268 KB
00-sample2 AC 22 ms 11348 KB
00-sample3 AC 22 ms 11348 KB
10-edge AC 23 ms 13268 KB
50-random00 AC 22 ms 11220 KB
50-random01 AC 22 ms 9300 KB
50-random02 AC 22 ms 9300 KB
50-random03 AC 23 ms 13268 KB
50-random04 AC 22 ms 11220 KB
50-random05 AC 23 ms 13396 KB
50-random06 AC 22 ms 11348 KB
50-random07 AC 22 ms 9300 KB
50-random08 AC 22 ms 11348 KB
50-random09 AC 22 ms 11348 KB
50-random10 AC 22 ms 11348 KB
50-random11 AC 22 ms 11220 KB
50-random12 AC 23 ms 13396 KB
50-random13 AC 22 ms 11348 KB
50-random14 AC 22 ms 11348 KB
50-random15 AC 22 ms 11348 KB
50-random16 AC 23 ms 13396 KB
50-random17 AC 22 ms 11348 KB
50-random18 AC 22 ms 11348 KB
50-random19 AC 22 ms 11348 KB