Pagini recente » Borderou de evaluare (job #1193388) | Borderou de evaluare (job #1320255) | Borderou de evaluare (job #1429450) | Borderou de evaluare (job #1429457) | Borderou de evaluare (job #2792710)
Borderou de evaluare (job #2792710)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graf::bfs(int)':
main.cpp:115:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
115 | for(int i=0; i<listaAdiacenta[nodCurent].size(); i++)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::sortareTopologica(std::ostream&)':
main.cpp:143:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
143 | for(int i = 0; i < listaAdiacenta[nodCurent].size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::initializareCompBiconexe(std::ostream&)':
main.cpp:228:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
228 | for(int i = 0; i < nrComponenteBiconexe; i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~
main.cpp:229:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
229 | for(int j = 0; j < componenteBiconexe[i].size(); j++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::initializareCompTareConexe(std::ostream&)':
main.cpp:304:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
304 | for(int i = 0; i < nrComponenteTareConexe; i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:305:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
305 | for(int j = 0; j < listaComponenteTareConexe[i].size(); j++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:386:65: warning: unused variable 'nodStart' [-Wunused-variable]
386 | int noduri, muchii, extremitateInitiala, extremitateFinala, nodStart;
| ^~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 3ms | 3354kb | Numar de componente gresit | 0 | 0 |
2 | 19ms | 4190kb | Componente tare conexe: nod duplicat | 4 |
3 | 4ms | 4272kb | Numar de componente gresit | 0 |
4 | 8ms | 4300kb | Numar de componente gresit | 0 | 0 |
5 | 8ms | 4067kb | Numar de componente gresit | 0 |
6 | 16ms | 4894kb | Numar de componente gresit | 0 |
7 | 31ms | 5443kb | Numar de componente gresit | 0 | 0 |
8 | 100ms | 7069kb | Numar de componente gresit | 0 |
9 | 280ms | 10584kb | Numar de componente gresit | 0 |
10 | 356ms | 16629kb | Time limit exceeded | 0 | 0 |
Punctaj total | 0 |