#3177
arborelantmaxim
Se dă un arbore cu n
noduri și care are costuri asociate muchiilor. Determinați lungimea maxim posibilă a unui lanț elementar.
Folclor
Problema | arborelantmaxim | Operații I/O |
arborelantmaxim.in /arborelantmaxim.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #48704841 | Utilizator | |
Fișier | arborelantmaxim.cpp | Dimensiune | 1.74 KB |
Data încărcării | 02 Februarie 2024, 14:41 | Scor / rezultat | 90 puncte |
arborelantmaxim.cpp: In function 'void dfsDown(int)': arborelantmaxim.cpp:17:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0;i<L[nod].size();i++) { ^ arborelantmaxim.cpp: In function 'void dfsUp(int, int, int)': arborelantmaxim.cpp:33:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0;i<L[tata].size();i++) { ^ arborelantmaxim.cpp:42:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0;i<L[nod].size();i++) { ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 4 | 4 | ||
1 | 0 secunde | OK. | 4 | 4 | ||
2 | 0 secunde | OK. | 4 | 4 | ||
3 | 0 secunde | OK. | 4 | 4 | ||
4 | 0 secunde | OK. | 4 | 4 | ||
5 | 0 secunde | OK. | 4 | 4 | ||
6 | 0 secunde | OK. | 4 | 4 | ||
7 | 0 secunde | OK. | 4 | 4 | ||
8 | 0 secunde | OK. | 4 | 4 | ||
9 | 0 secunde | OK. | 4 | 4 | ||
10 | 0 secunde | OK. | 5 | 5 | ||
11 | 0.004 secunde | OK. | 5 | 5 | ||
12 | 0.008 secunde | OK. | 5 | 5 | ||
13 | 0.016 secunde | OK. | 5 | 5 | ||
14 | 0.02 secunde | OK. | 5 | 5 | ||
15 | 0.028 secunde | OK. | 5 | 5 | ||
16 | 0.032 secunde | OK. | 5 | 5 | ||
17 | 0.036 secunde | OK. | 5 | 5 | ||
18 | 0.048 secunde | OK. | 5 | 5 | ||
19 | 0.056 secunde | OK. | 5 | 5 | ||
20 | Depășit | Limita de timp depășită | 10 | 0 | ||
Punctaj total | 90 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema arborelantmaxim face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.