Hi everyone,
I keep getting the (now annoying) NZEC error. I have tested with .NET 1.1 on windows and mcs 1.1 on fedora. Everywhere, the exit code shows 0. Why is it failing only on SPOJ? What system are you guys using?
Code Snippet:
public class Musketeers
{
public static void Main()
{
Musketeers m = new Musketeers();
m.GetInfo();
m.GenerateOutput();
}
<snip>
}