Pagini recente » Borderou de evaluare (job #811589) | Borderou de evaluare (job #441348) | Borderou de evaluare (job #3029263) | Borderou de evaluare (job #1598763) | Borderou de evaluare (job #2792848)
Borderou de evaluare (job #2792848)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graf_Neorientat::dfs_biconex(int, int*, int*, int*, int, int*, std::stack<std::pair<int, int> >&, std::unordered_map<int, std::vector<int> >&)':
main.cpp:119:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
119 | for(int i=1;i<=lista_adiacenta[nod].size();i++)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'int Graf_Neorientat::begin_biconex()':
main.cpp:153:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
153 | for(int j=0;j<lista_fii[i].size();j++)
| ~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'virtual void Graf_Neorientat::bfs(int)':
main.cpp:222:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
222 | for(int i=1;i<=lista_adiacenta[front_queue].size();i++)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf_Neorientat::dfs(int, int*)':
main.cpp:243:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
243 | for(int i=1;i<=lista_adiacenta[nod].size();i++)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'Graf_Neorientat& Graf_Neorientat::operator=(const Graf_Neorientat&)':
main.cpp:296:5: warning: value computed is not used [-Wunused-value]
296 | *this;
| ^~~~~
main.cpp:296:5: warning: statement has no effect [-Wunused-value]
main.cpp:297:1: warning: no return statement in function returning non-void [-Wreturn-type]
296 | *this;
+++ |+ return *this;
297 | }
| ^
main.cpp: In member function 'virtual void Graf_Orientat::bfs(int)':
main.cpp:367:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
367 | for(int i=1;i<=lista_adiacenta[front_queue].size();i++)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf_Orientat::dfs(int, int*)':
main.cpp:390:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
390 | for(int i=1;i<=lista_adiacenta[nod].size();i++)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'Graf_Orientat& Graf_Orientat::operator=(const Graf_Orientat&)':
main.cpp:443:5: warning: value computed is not used [-Wunused-value]
443 | *this;
| ^~~~~
main.cpp:443:5: warning: statement has no effect [-Wunused-value]
main.cpp:444:1: warning: no return statement in function returning non-void [-Wreturn-type]
443 | *this;
+++ |+ return *this;
444 | }
| ^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 1ms | 184kb | Corect | 10 |
2 | 1ms | 184kb | Corect | 10 |
3 | 1ms | 184kb | Componente biconexe: componenta gresita | 4 |
4 | 6ms | 1486kb | Componente biconexe: componenta gresita | 4 |
5 | 5ms | 4251kb | Componente biconexe: componenta gresita | 4 |
6 | 105ms | 101793kb | Componente biconexe: componenta gresita | 4 |
7 | 403ms | 318128kb | Time limit exceeded | 0 |
8 | 334ms | 10399kb | Killed by Signal 11 | 0 |
9 | 170ms | 6922kb | Killed by Signal 11 | 0 |
10 | 243ms | 10362kb | Killed by Signal 11 | 0 |
Punctaj total | 36 |