7440:04:26
-54 days 23:55:34
Contest is over

Hendrix College Programming Contest 2025 - Upsolving Playground


Time elapsed

1319:55:34

Time Remaining

7440:04:26

Starts in

-54 days 23:55:34

Ends in

310 days 0:04:26

Start

2025-03-16 02:00 CET

End

2026-03-16 02:00 CET

Visit Scoreboard
Log in
 

Hendrix College Programming Contest 2025 - Upsolving Playground

Ruby

Compiler settings

We use ruby 3.2.2 to compile your program with the following command:

$ ruby -c {file}

  • {file} is each file (the command is run once per file).

Runtime settings

We use ruby 3.2.2 +YJIT to run your program with the following command:

$ ruby --yjit '{mainfile}'

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

File Extensions

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

Additional information

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