#4027
LongestPath
Se dă un graf orientat aciclic (adică nu există circuite). Lungimea unui drum elementar este dată de numărul de arce. Să se determine lungimea maximă a unui drum elementar în acest graf orientat aciclic.
Folclorul informatic
Problema | LongestPath | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.4 secunde | Limita memorie |
Total: 128 MB
/
Stivă 64 MB
|
Id soluție | #53330426 | Utilizator | |
Fișier | longestpath.cpp | Dimensiune | 1.12 KB |
Data încărcării | 24 Octombrie 2024, 17:24 | Scor / rezultat | 30 puncte |
longestpath.cpp: In function 'void dfs(int)': longestpath.cpp:15:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < G[n].size(); i++) { ^ longestpath.cpp: In function 'int main()': longestpath.cpp:48:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < GT[S.top()].size(); j++) { ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0.008 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0.024 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0.06 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0.108 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0.144 secunde | Raspuns gresit. | 10 | 0 | ||
10 | 0.172 secunde | OK. | 10 | 10 | ||
11 | 0.1 secunde | OK. | 10 | 10 | ||
12 | 0.104 secunde | OK. | 10 | 10 | ||
Punctaj total | 30 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema LongestPath 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ă.