Submission #1322170


Source Code Expand

using System;
using System.Linq;

namespace code_festival_relay_c
{
    class Program
    {
        static void Main(string[] args)
        {
            int[] x = Console.ReadLine().Split().Select(int.Parse).ToArray();
            Console.WriteLine(x[0] / (x[1] + 1));
        }
    }
}

Submission Info

Submission Time
Task C - amylasemania IIDX
User mencotton
Language C# (Mono 4.6.2.0)
Score 100
Code Size 300 Byte
Status AC
Exec Time 23 ms
Memory 13268 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 37
Set Name Test Cases
All 00-sample-00, 00-sample-01, 10-small-00, 10-small-01, 10-small-02, 10-small-03, 10-small-04, 10-small-05, 10-small-06, 10-small-07, 10-small-08, 10-small-09, 10-small-10, 10-small-11, 10-small-12, 10-small-13, 10-small-14, 20-large-00, 20-large-01, 20-large-02, 20-large-03, 20-large-04, 30-random-00, 30-random-01, 30-random-02, 30-random-03, 30-random-04, 30-random-05, 30-random-06, 30-random-07, 30-random-08, 30-random-09, 30-random-10, 30-random-11, 30-random-12, 30-random-13, 30-random-14
Case Name Status Exec Time Memory
00-sample-00 AC 23 ms 13268 KB
00-sample-01 AC 22 ms 9172 KB
10-small-00 AC 22 ms 11220 KB
10-small-01 AC 22 ms 11220 KB
10-small-02 AC 22 ms 9172 KB
10-small-03 AC 23 ms 11220 KB
10-small-04 AC 23 ms 11220 KB
10-small-05 AC 23 ms 11348 KB
10-small-06 AC 23 ms 13268 KB
10-small-07 AC 23 ms 11220 KB
10-small-08 AC 23 ms 13268 KB
10-small-09 AC 23 ms 11220 KB
10-small-10 AC 23 ms 13268 KB
10-small-11 AC 23 ms 11220 KB
10-small-12 AC 23 ms 11220 KB
10-small-13 AC 22 ms 9172 KB
10-small-14 AC 23 ms 11220 KB
20-large-00 AC 22 ms 11348 KB
20-large-01 AC 23 ms 11348 KB
20-large-02 AC 23 ms 11348 KB
20-large-03 AC 22 ms 11220 KB
20-large-04 AC 22 ms 9172 KB
30-random-00 AC 23 ms 11220 KB
30-random-01 AC 23 ms 13268 KB
30-random-02 AC 22 ms 9300 KB
30-random-03 AC 23 ms 13268 KB
30-random-04 AC 22 ms 9172 KB
30-random-05 AC 23 ms 11220 KB
30-random-06 AC 23 ms 11220 KB
30-random-07 AC 22 ms 9172 KB
30-random-08 AC 23 ms 11220 KB
30-random-09 AC 22 ms 9172 KB
30-random-10 AC 22 ms 9300 KB
30-random-11 AC 22 ms 9172 KB
30-random-12 AC 22 ms 11220 KB
30-random-13 AC 22 ms 11220 KB
30-random-14 AC 22 ms 11220 KB