ini file
Log in om je oplossingen te testen.
// ini file program
using System;
using System.IO;
class Submission
{
// -------------------------
// Subprograms
// -------------------------
static void input_settings()
{
}
// -------------------------
// Main program
// -------------------------
public static void Main(string[] args)
{
input_settings();
}
}
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.