1737:04:10
-56 days 14:55:50
Assignment is over

Problem set 03 - Basic data structures


Time elapsed

1358:55:50

Time Remaining

1737:04:10

Starts in

-56 days 14:55:50

Ends in

72 days 9:04:10

Start

2025-04-06 10:00 GMT

End

2025-08-13 10:00 GMT

Visit Results
Log in
 

Problem set 03 - Basic data structures

Rust

Compiler settings

We use rustc 1.85.1 to compile your program with the following command:

$ rustc -C opt-level=3 -C target-cpu=native --crate-type bin --edition 2021 {mainfile} -o {executable}

  • {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: .rs

Additional information

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