3:53:19
-06:41
Contest is over

CS@Mines HSPC 2025 - Open - Highschool


Time elapsed

0:06:41

Time Remaining

3:53:19

Starts in

-06:41

Ends in

3:53:19

Start

10:00 MDT

End

14:00 MDT

Visit Scoreboard
Log in
 

CS@Mines HSPC 2025 - Open - Highschool

Zig

Compiler settings

We use zig 0.13.0 to compile your program with the following command:

$ zig build-exe -O ReleaseFast -femit-bin={executable} {mainfile}

  • {mainfile} is the entrypoint file (you can specify which file this is when submitting).
  • {executable} is the compiled executable.

File Extensions

Files with any of the following file extensions will be used: .zig

Additional information

Additional language-specific advice and information for many languages is available in the knowledge base