We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Rust is generally a bit verbose. The execution time is nice, though.
time ./target/release/rust < input_1.txt (test case #1)
real 0m0.016s
user 0m0.006s
sys 0m0.008s
Snakes and Ladders: The Quickest Way Up
You are viewing a single comment's thread. Return to all comments →
Rust is generally a bit verbose. The execution time is nice, though. time ./target/release/rust < input_1.txt (test case #1) real 0m0.016s user 0m0.006s sys 0m0.008s