Pagini recente » Borderou de evaluare (job #877504) | Borderou de evaluare (job #1179694) | Borderou de evaluare (job #730639) | Borderou de evaluare (job #1157476) | Borderou de evaluare (job #2795538)
Borderou de evaluare (job #2795538)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graph::printListOfNeighbours(std::ostream&)':
main.cpp:79:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
79 | for (int i = 1; i < this->listOfNeighbours.size() - 1; i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:82:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
82 | for (int j = 0; j < listOfNeighbours[i].size(); j++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::stronglyConnectedComponents()':
main.cpp:215:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
215 | for (int i = 0; i < solution.size(); i++)
| ~~^~~~~~~~~~~~~~~~~
main.cpp:217:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
217 | for (int j = 0; j < solution[i].size(); j++)
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::biconnectedComponents()':
main.cpp:266:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
266 | for (int i = 0; i < solution.size(); i++)
| ~~^~~~~~~~~~~~~~~~~
main.cpp:268:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
268 | for (int j = 0; j < solution[i].size(); j++)
| ~~^~~~~~~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 1ms | 184kb | Componente biconexe: numar gresit | 0 |
2 | 3ms | 192kb | Componente biconexe: numar gresit | 0 |
3 | 1ms | 184kb | Componente biconexe: numar gresit | 0 |
4 | 1ms | 184kb | Componente biconexe: numar gresit | 0 |
5 | 1ms | 184kb | Componente biconexe: numar gresit | 0 |
6 | 10ms | 1224kb | Componente biconexe: numar gresit | 0 |
7 | 17ms | 1875kb | Componente biconexe: numar gresit | 0 |
8 | 329ms | 23642kb | Componente biconexe: componenta gresita | 4 |
9 | 200ms | 14520kb | Componente biconexe: numar gresit | 0 |
10 | 264ms | 20709kb | Componente biconexe: numar gresit | 0 |
Punctaj total | 4 |