Darts
Sign in to test your solution.
// Darts program
using System;
class Submission
{
// -------------------------
// Globals
// -------------------------
// -------------------------
// Subprograms
// -------------------------
static bool is_dart_valid(int dart)
{
}
static void play_game()
{
}
// -------------------------
// Main program
// -------------------------
public static void Main(string[] args)
{
}
}
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.