The CodinGame FAQ mentions the C# compiler has the -unsafe option enabled, however as soon as the ‘unsafe’ keyword is used in code, you get this error:
error CS0227: Unsafe code requires the `unsafe’ command line option to be specified
This makes me wary of using my favorite language for multiplayer bots knowing I can’t squeeze out some more performance if needed (e.g. using pointers for very frequent array access).
Can this please be fixed before the next contest?
Thanks!