Pagini recente » Borderou de evaluare (job #2507006) | Borderou de evaluare (job #371505) | Borderou de evaluare (job #1703782) | Borderou de evaluare (job #279473) | Borderou de evaluare (job #2795744)
Borderou de evaluare (job #2795744)
Raport evaluator
Compilare:
main.cpp:14:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
14 | Graf(char* fisierIntrare={"bfs.in"});///constructor pentru problema bfs
| ^~~~~~~~
main.cpp:18:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
18 | void BFS(char* fisierIesire={"bfs.out"});///primul exercitiu(afiseaza intr-un fisier lungimea drumurilor de la un nod la restul)
| ^~~~~~~~~
main.cpp:20:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
20 | void DFS(char* fisierIesire="dfs.out");
| ^~~~~~~~~
main.cpp: In member function 'void Graf::BFS(char*)':
main.cpp:127:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
127 | for (int i = 0; i < lsAd[nodCrt].size(); i++)///trec prin toate nodurile adiacente
| ~~^~~~~~~~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 1ms | 184kb | Corect | 10 | 30 |
2 | 1ms | 184kb | Corect | 10 |
3 | 1ms | 184kb | Corect | 10 |
4 | 2ms | 184kb | Corect | 10 | 30 |
5 | 5ms | 368kb | Corect | 10 |
6 | 35ms | 1568kb | Corect | 10 |
7 | 28ms | 2678kb | Corect | 10 | 0 |
8 | 85ms | 6434kb | Corect | 10 |
9 | 353ms | 14176kb | Time limit exceeded | 0 |
10 | 219ms | 20615kb | Corect | 10 | 10 |
Punctaj total | 70 |