Find and replace
Log in om je oplossingen te testen.
// Find and replace program
using System;
class Submission
{
// -------------------------
// Subprograms
// -------------------------
static string[] replace(string x, string y, string[] l)
{
}
static void output(string[] l)
{
}
// -------------------------
// Main program
// -------------------------
public static void Main(string[] args)
{
string[] rhyme = {"roly", "poly", "roly", "poly", "up", "up", "up", "roly", "poly", "roly", "poly", "down", "down", "down"};
}
}
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.