Pagini recente » Borderou de evaluare (job #1269480) | Borderou de evaluare (job #3162384) | Borderou de evaluare (job #366995) | Borderou de evaluare (job #569007) | Borderou de evaluare (job #3127599)
Borderou de evaluare (job #3127599)
Raport evaluator
Compilare:
warning: unnecessary parentheses around `if` condition
--> main.rs:17:12
|
17 | if (v.len() < 9) {
| ^ ^
|
= note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
|
17 - if (v.len() < 9) {
17 + if v.len() < 9 {
|
warning: unused `Result` that must be used
--> main.rs:20:13
|
20 | writeln!(fout, "{}", solution(&v));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_must_use)]` on by default
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `writeln` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: 2 warnings emitted
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 311kb | Incorect | 0 |
Punctaj total | 0 |