Pagini recente » Borderou de evaluare (job #2107953) | Borderou de evaluare (job #1962476) | Borderou de evaluare (job #2613235) | Borderou de evaluare (job #2676202) | Borderou de evaluare (job #2795545)
Borderou de evaluare (job #2795545)
Raport evaluator
Compilare:
main.cpp:16:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
16 | Graf(char* fisierIntrare={"bfs.in"});///constructor pentru problema bfs
| ^~~~~~~~
main.cpp:20:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
20 | void BFS(char* fisierIesire={"bfs.out"});///primul exercitiu(afiseaza intr-un fisier lungimea drumurilor de la un nod la restul)
| ^~~~~~~~~
main.cpp:21:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
21 | void DFS(char* fisierIesire="dfs.out");
| ^~~~~~~~~
main.cpp: In member function 'void Graf::BFS(char*)':
main.cpp:123:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
123 | for (int i = 0; i < lsAd[nodCrt].size(); i++)///trec prin toate nodurile adiacente
| ~~^~~~~~~~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 1ms | 184kb | Corect | 10 |
2 | 1ms | 184kb | Corect | 10 |
3 | 1ms | 217kb | Corect | 10 |
4 | 1ms | 184kb | Corect | 10 |
5 | 1ms | 184kb | Corect | 10 |
6 | 13ms | 1462kb | Corect | 10 |
7 | 25ms | 2383kb | Corect | 10 |
8 | 382ms | 34816kb | Corect | 10 |
9 | 208ms | 18411kb | Corect | 10 |
10 | 311ms | 25710kb | Corect | 10 |
Punctaj total | 100 |