95:32:04
-3 days 0:27:56
Contest is over

CSUMB Programming Team Workshop Fall '25 Wk 9


Time elapsed

72:27:56

Time Remaining

95:32:04

Starts in

-3 days 0:27:56

Ends in

3 days 23:32:04

Start

2025-10-31 22:00 CET

End

2025-11-07 22:00 CET

Visit Scoreboard
Log in
 

CSUMB Programming Team Workshop Fall '25 Wk 9

Go

Compiler settings

We use go 1.24.3 to compile your program with the following command:

$ go build -o {executable} {files}

  • {files} is a space-separated list of all files.
  • {executable} is the compiled executable.

File extensions

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

Additional information

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