959:00:19
-1 day 15:59:41
Contest is over

Upsolving


Time elapsed

39:59:41

Time Remaining

959:00:19

Starts in

-1 day 15:59:41

Ends in

39 days 23:00:19

Start

2025-05-18 17:15 PDT

End

2025-06-29 08:15 PDT

Visit Scoreboard
Log in
 

Upsolving

Lua

Compiler settings

We use luac 5.4.6 to compile your program with the following command:

$ luac -o {executable} {mainfile}

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

Runtime settings

We use lua 5.4.6 to run your program with the following command:

$ lua {executable}

  • {executable} is the compiled executable.

File Extensions

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

Additional information

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