Pagini recente » Borderou de evaluare (job #2267736) | Borderou de evaluare (job #1460853) | Borderou de evaluare (job #538799) | Borderou de evaluare (job #1336207) | Borderou de evaluare (job #2796036)
Borderou de evaluare (job #2796036)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graf::BFS(int)':
main.cpp:132:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
132 | for(int i=0; i < this->m_listAdiacenta[curent].size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::DFS(int)':
main.cpp:157:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
157 | for(int i=0; i<this->m_listAdiacenta[nod].size(); i++){
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::afisComponenteBiconexe(char*)':
main.cpp:202:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::unordered_set<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
202 | for(int i=0; i<componenteBiconexe.size(); i++){
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::DFSBiconexe(int, int, int)':
main.cpp:218:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
218 | for(int i=0; i<this->m_listAdiacenta[nodCurent].size(); i++){
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:279:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
279 | g.citireGrafNeorientat("biconex.in");
| ^~~~~~~~~~~~
main.cpp:281:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
281 | g.afisComponenteBiconexe("biconex.out");
| ^~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 1ms | 184kb | Corect | 10 |
2 | 1ms | 184kb | Corect | 10 |
3 | 1ms | 184kb | Corect | 10 |
4 | 1ms | 184kb | Corect | 10 |
5 | 1ms | 184kb | Corect | 10 |
6 | 8ms | 1318kb | Corect | 10 |
7 | 19ms | 2535kb | Corect | 10 |
8 | 401ms | 32485kb | Time limit exceeded | 0 |
9 | 199ms | 16400kb | Corect | 10 |
10 | 263ms | 21721kb | Corect | 10 |
Punctaj total | 90 |