Your move
Log in om je oplossingen te testen.
// Your move program
using System;
class Submission
{
// -------------------------
// Subprograms
// -------------------------
static string get_move()
{
}
static int[] get_indexes(string move)
{
}
// -------------------------
// Main program
// -------------------------
public static void Main(string[] args)
{
int[] indexes = get_indexes(move);
}
}
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.