Submission #1175754


Source Code Expand

using System;
class Program
    {
        static void Main()
        {
            for (int i = 0; i < 1000; i++)
            {
                int d;
                int t;
                int[] c;
                int[] a;
                for (int i = 0; i < 8; i++)
                {
                    if (a[i] == d)
                    {
                        Console.WriteLine("sell 1 " + i);
                        break;
                    }
                    else if (c[i] == d && t != 1)
                    {
                        Console.WriteLine("fill" + i);
                        break;
                    }
                }
                Console.WriteLine("pass");
                break;
            }
        }
    }

Submission Info

Submission Time
Task A - 石油王Xの憂鬱
User kazuma0824
Language C# (Mono 4.6.2.0)
Score 0
Code Size 775 Byte
Status CE

Compile Error

./Main.cs(12,26): error CS0136: A local variable named `i' cannot be declared in this scope because it would give a different meaning to `i', which is already used in a `parent or current' scope to denote something else