Submission #1175809


Source Code Expand

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

    class Program
    {
    int d;
    int t;
    int[] c;
    int[] a;
    void Main()
        {
            for (int b = 0; b < 1000; b++)
            {
                
                for (int i = 0; i < 8; i++)
                {
                if (a[i] == d)
                {
                    Console.Out.WriteLine("sell 1 " + i);


                }
                else if (c[i] == d && t != 1)
                {
                    Console.Out.WriteLine("fill" + i);
                }
                else
                {

                    Console.Out.WriteLine("pass");
                }
                }
               
               
            }
        }
    }

Submission Info

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

Compile Error

error CS5001: Program `Main.exe' does not contain a static `Main' method suitable for an entry point