Pagini recente » Borderou de evaluare (job #423787) | Borderou de evaluare (job #1772786) | Borderou de evaluare (job #988360) | Borderou de evaluare (job #1829409) | Borderou de evaluare (job #2788416)
Borderou de evaluare (job #2788416)
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:122:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
122 | for (int i = 0; i < lsAd[nodCrt].size(); i++)///trec prin toate nodurile adiacente
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:153:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
153 | g.DFS("dfs.out");
| ^~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 1ms | 184kb | OK | 5 |
2 | 1ms | 184kb | OK | 5 |
3 | 1ms | 184kb | OK | 5 |
4 | 6ms | 307kb | OK | 5 |
5 | 1ms | 184kb | OK | 5 |
6 | 1ms | 184kb | OK | 5 |
7 | 1ms | 184kb | OK | 5 |
8 | 1ms | 184kb | OK | 5 |
9 | 1ms | 184kb | OK | 5 |
10 | 1ms | 184kb | OK | 5 |
11 | 67ms | 1495kb | OK | 5 |
12 | 49ms | 2269kb | OK | 5 |
13 | 147ms | 3309kb | OK | 5 |
14 | 192ms | 4919kb | OK | 5 |
15 | 209ms | 5165kb | Time limit exceeded | 0 |
16 | 148ms | 6197kb | OK | 5 |
17 | 149ms | 10579kb | OK | 5 |
18 | 144ms | 7438kb | OK | 5 |
19 | 106ms | 7589kb | OK | 5 |
20 | 201ms | 9175kb | Time limit exceeded | 0 |
Punctaj total | 90 |