0:00:00
-2178 days 13:05:10
Contest is over

PSHS CP Bootcamp Session 1


Time elapsed

55:00:00

Time Remaining

0:00:00

Starts in

-2178 days 13:05:10

Ends in

-2176 days 6:05:10

Start

2019-07-08 03:00 CEST

End

2019-07-10 10:00 CEST

Visit Scoreboard
Log in

PSHS CP Bootcamp Session 1

Racket

Compiler settings

We use racket v8.10 to compile your program with the following command:

$ racket -l raco exe -o {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: .rkt

Additional information

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