NB High School Programming Competition - 2022
Java with Algs4
Compiler settings
We use javac 21.0.4
to compile your program with the following command:
$ javac -cp /opt/algs4/algs4.jar {javaargs}
Runtime settings
We use java 21.0.4
to run your program with the following command:
$ java -cp /opt/algs4/algs4.jar {run_java_args}
File Extensions
Files with any of the following file extensions will be used: .java
Additional information
Additional language-specific advice and information for many languages is available in the knowledge base