Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2796965)
| Utilizator | Data | 9 noiembrie 2021 08:32:24 | |
|---|---|---|---|
| Problema | Componente tare conexe | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 90 | ||
Raport evaluator
Compilare:
main.cpp: In function 'std::ostream& operator<<(std::ostream&, Graf)':
main.cpp:84:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
84 | for(int i = 0; i < graf.noduri.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'int Graf::nrConexe()':
main.cpp:95:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
95 | for(int i = 0; i < noduri.size(); i++)
| ~~^~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::costuriBFS(int, std::ostream&)':
main.cpp:107:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
107 | for (int i = 0; i < noduri.size(); i++) {
| ~~^~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::sortareTopologica(std::ostream&)':
main.cpp:117:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
117 | for(int i = 0; i < noduri.size(); i++)
| ~~^~~~~~~~~~~~~~~
main.cpp:116:13: warning: unused variable 'nr' [-Wunused-variable]
116 | int nr = 0;
| ^~
main.cpp: In member function 'void Graf::componenteBiconexe(std::ostream&)':
main.cpp:130:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
130 | for (int i = 0; i < noduri.size(); i++)
| ~~^~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::componenteTareConexe(std::ostream&)':
main.cpp:144:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::list<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
144 | for(int i = 0; i < noduri.size(); i++)
| ~~^~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:167:25: warning: unused variable 'start' [-Wunused-variable]
167 | int noduri, muchii, start;
| ^~~~~
| 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 | 1ms | 184kb | Corect | 10 | 30 |
| 5 | 21ms | 2363kb | Corect | 10 | |
| 6 | 79ms | 5029kb | Corect | 10 | |
| 7 | 58ms | 7499kb | Corect | 10 | 30 |
| 8 | 169ms | 17973kb | Corect | 10 | |
| 9 | 313ms | 31490kb | Corect | 10 | |
| 10 | 352ms | 43470kb | Time limit exceeded | 0 | 0 |
| Punctaj total | 90 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
