Hello, I'm solving VFMUL with Rust (I got accepted with C). On my machine, Rust code runs faster than C code (0.2s to 0.25s) but got TLE when submitted. I believe my Rust code is correct because it got accepted in MUL.
Could this be a problem with rust code executions on the server? Or are you using the debug build?
Here is my code: https://gist.github.com/juchiast/4032f9ef6f9753be4ad395626bff254711
Thanks for reading!