Pagini recente » Borderou de evaluare (job #1272016) | Autentificare | Borderou de evaluare (job #304429) | Borderou de evaluare (job #2052541) | Borderou de evaluare (job #2800972)
Borderou de evaluare (job #2800972)
Raport evaluator
Compilare:
main.cpp: In function 'std::ostream& operator<<(std::ostream&, Graf)':
main.cpp:105:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<node_struct> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
105 | for(int i = 0; i < graf.listaAdiacenta.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'int Graf::nrConexe()':
main.cpp:116:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<node_struct> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
116 | for(int i = 0; i < listaAdiacenta.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::costuriBFS(int, std::ostream&)':
main.cpp:128:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<node_struct> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
128 | for (int i = 0; i < listaAdiacenta.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::sortareTopologica(std::ostream&)':
main.cpp:138:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<node_struct> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
138 | for(int i = 0; i < listaAdiacenta.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~
main.cpp:137:13: warning: unused variable 'nr' [-Wunused-variable]
137 | int nr = 0;
| ^~
main.cpp: In member function 'void Graf::componenteBiconexe(std::ostream&)':
main.cpp:152:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<node_struct> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
152 | for (int i = 0; i < listaAdiacenta.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~
main.cpp:165:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
165 | for(int i = 0; i < muchiiCritice.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::componenteTareConexe(std::ostream&)':
main.cpp:172:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<node_struct> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
172 | for(int i = 0; i < listaAdiacenta.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::dijkstra(int, std::ostream&)':
main.cpp:208:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
208 | for(int i = 1; i < distanta.size(); i++){
| ~~^~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:219:25: warning: unused variable 'start' [-Wunused-variable]
219 | int noduri, muchii, start;
| ^~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 1ms | 196kb | OK | 10 |
2 | 1ms | 184kb | OK | 10 |
3 | 1ms | 184kb | OK | 10 |
4 | 6ms | 593kb | OK | 10 |
5 | 40ms | 3805kb | OK | 10 |
6 | 72ms | 6549kb | OK | 10 |
7 | 100ms | 9490kb | OK | 10 |
8 | 139ms | 12304kb | Memory limit exceeded | 0 |
9 | 99ms | 12308kb | Memory limit exceeded | 0 |
10 | 238ms | 11948kb | Killed by Signal 9 | 0 |
Punctaj total | 70 |