Pagini recente » Borderou de evaluare (job #2493567) | Borderou de evaluare (job #405128) | Borderou de evaluare (job #443204) | Borderou de evaluare (job #2968742) | Borderou de evaluare (job #2907388)
Borderou de evaluare (job #2907388)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graf::recursieDFS(int, bool*)':
main.cpp:24:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | for(int i=0; i<vecin[nod].size(); ++i)
| ~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::recursieDFSdistante(int, int*, int)':
main.cpp:31:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
31 | for(int i=0; i<vecin[nod].size(); ++i)
| ~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::recursieDFS_sort(int, bool*, std::stack<int>&)':
main.cpp:39:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
39 | for(int i=0; i<vecin[nod].size(); ++i)
| ~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::recursieCTC(int, int*, int*, std::stack<int>&, bool*, int&, int&, int*, int&)':
main.cpp:55:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
55 | for(int i=0; i<vecin[nod].size(); ++i){
| ~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::recursieBC(int, int*, int*, std::stack<int>&, int&, int&, int*, int&)':
main.cpp:83:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
83 | for(int i=0; i<vecin[nod].size(); ++i){
| ~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::BFS(int)':
main.cpp:166:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
166 | for(int i=0; i<vecin[nod].size(); ++i){
| ~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::Dijkstra(int, int*)':
main.cpp:330:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
330 | for( int j=0; j< vecin[p].size(); ++j ){
| ~^~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::APM(int&, std::pair<int, int>*)':
main.cpp:372:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
372 | for(int j=0; j<vecin[nod].size(); ++j){
| ~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'bool Graf::BellF(int, int*)':
main.cpp:399:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
399 | for( int j=0; j<vecin[p].size(); ++j ){
| ~^~~~~~~~~~~~~~~~
main.cpp:410:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, muchie_prop> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
410 | for( int j=0; j<vecin[p].size(); ++j ){
| ~^~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::Disjoint()':
main.cpp:425:23: warning: variable 'inaltimi' set but not used [-Wunused-but-set-variable]
425 | int tati[n+1],inaltimi[n+1];
| ^~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 15ms | 2535kb | OK | 10 | 10 |
2 | 3ms | 2670kb | OK | 10 | 10 |
3 | 6ms | 2666kb | OK | 10 | 10 |
4 | 6ms | 2666kb | OK | 10 | 10 |
5 | 12ms | 2703kb | OK | 10 | 30 |
6 | 95ms | 3198kb | OK | 10 |
7 | 87ms | 3211kb | OK | 10 |
8 | 64ms | 3436kb | OK | 10 | 10 |
9 | 43ms | 3141kb | OK | 10 | 10 |
10 | 79ms | 3690kb | OK | 10 | 10 |
Punctaj total | 100 |