Darts
Log in om je oplossingen te testen.
// 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)
{
}
}
Je kunt zo vaak indienen als je wenst. Er wordt enkel rekening gehouden met je laatst ingediende oplossing.
Log in om je oplossingen te testen.