Julia

Runtime settings

We use julia 1.8.5 to run your program with the following command:

$ julia {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: .jl

Note:

Run-time Errors will often be reported as Time Limit Exceeded for low-timelimit problems. This is because it takes about a second to handle a Run-time Error in Julia; see this issue in the Julia github repository for more information.