#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 | #54743839 | Utilizator | |
Fișier | longestpath.cpp | Dimensiune | 1.27 KB |
Data încărcării | 07 Decembrie 2024, 09:50 | Scor / rezultat | 80 puncte |
longestpath.cpp: In function 'void sortTop()': longestpath.cpp:21:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<ade[tp].size(); i++) ^ longestpath.cpp: In function 'bool findArc(int, int)': longestpath.cpp:32:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<ade[x].size(); i++) ^ longestpath.cpp: In function 'int main()': longestpath.cpp:61:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j=0; j<ade[i].size(); j++) ^ longestpath.cpp:41:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d", &n, &m); ^ longestpath.cpp:44:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d", &x, &y); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 5 | 5 | ||
2 | 0 secunde | OK. | 5 | 5 | ||
3 | 0 secunde | OK. | 5 | 5 | ||
4 | 0 secunde | OK. | 5 | 5 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0.008 secunde | OK. | 10 | 10 | ||
7 | 0.02 secunde | OK. | 10 | 10 | ||
8 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
9 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
10 | 0.06 secunde | OK. | 10 | 10 | ||
11 | 0.052 secunde | OK. | 10 | 10 | ||
12 | 0.056 secunde | OK. | 10 | 10 | ||
Punctaj total | 80 |
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ă.