Borderou de evaluare (job #2999094)

Utilizator popoiu.georgeGeorge Popoiu popoiu.george Data 10 martie 2023 15:01:17
Problema BFS - Parcurgere in latime Status done
Runda Arhiva educationala Compilator rs | Vezi sursa
Scor 100

Raport evaluator

Compilare: warning: variable `LA` should have a snake case name --> main.rs:13:13 | 13 | let mut LA: Vec<Vec<i32>> = Vec::with_capacity(n + 1); | ^^ help: convert the identifier to snake case: `la` | = note: `#[warn(non_snake_case)]` on by default warning: variable `C` should have a snake case name --> main.rs:14:13 | 14 | let mut C: Vec<i32> = Vec::with_capacity(n + 1); | ^ help: convert the identifier to snake case (notice the capitalization): `c` warning: variable `Q` should have a snake case name --> main.rs:24:13 | 24 | let mut Q: VecDeque<i32> = VecDeque::with_capacity(n + 1); | ^ help: convert the identifier to snake case: `q` warning: 3 warnings emitted
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms188kbOK10
20ms196kbOK10
30ms200kbOK10
40ms200kbOK10
50ms200kbOK10
614ms1638kbOK10
759ms4153kbOK10
865ms6111kbOK10
9355ms12079kbOK10
10354ms12132kbOK10
Punctaj total100

Ceva nu functioneaza?