School timetable
Log in om je oplossingen te testen.
// School timetable program
using System;
class Submission
{
// -------------------------
// Globals
// -------------------------
static string[,] timetable = new string[5, 6];
// -------------------------
// Subprograms
// -------------------------
// -------------------------
// 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.