Borderou de evaluare (job #3312255)

Utilizator sad_carrotVisan Sebastian sad_carrot Data 27 septembrie 2025 11:06:40
Problema Omizi Status done
Runda Arhiva de probleme Compilator rs | Vezi sursa
Scor 0

Raport evaluator

Compilare: warning: unreachable statement --> main.rs:278:5 | 277 | return; | ------ any code following this expression is unreachable 278 | buf.clear(); | ^^^^^^^^^^^^ unreachable statement | = note: `#[warn(unreachable_code)]` on by default warning: unused variable: `left_arb` --> main.rs:274:13 | 274 | let mut left_arb = Subtree::new(n, 0); | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_left_arb` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `right_arb` --> main.rs:275:13 | 275 | let mut right_arb = Subtree::new(n, 0); | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_right_arb` warning: variable does not need to be mutable --> main.rs:274:9 | 274 | let mut left_arb = Subtree::new(n, 0); | ----^^^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default warning: variable does not need to be mutable --> main.rs:275:9 | 275 | let mut right_arb = Subtree::new(n, 0); | ----^^^^^^^^^ | | | help: remove this `mut` warning: 5 warnings emitted
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms565kbIncorect0
21ms827kbIncorect0
31ms1089kbIncorect0
43ms2924kbIncorect0
54ms3448kbIncorect0
66ms5283kbIncorect0
74ms3960kbIncorect0
84ms3186kbIncorect0
94ms3174kbIncorect0
104ms3186kbIncorect0
Punctaj total0

Ceva nu functioneaza?