Guess the number
Log in om je oplossingen te testen.
// Guess the number program
using System;
class Submission
{
// -------------------------
// Globals
// -------------------------
// -------------------------
// Subprograms
//--------------------------
static void play_guess_the_number(int min, int max)
{
}
// -------------------------
// 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.