Pagini recente » Borderou de evaluare (job #695617) | Borderou de evaluare (job #1355019) | Borderou de evaluare (job #1176301) | Borderou de evaluare (job #146163) | Borderou de evaluare (job #2907115)
Borderou de evaluare (job #2907115)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graph::bfs(std::queue<int>&, std::vector<bool>&, std::vector<int>&)':
main.cpp:65:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
65 | for(int i=0; i<adjacency_list[current_node].size(); i++){
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void BFSInfoarena()':
main.cpp:100:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
100 | for(int i = 1; i < rezolvare.size(); i++){
| ~~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::dfs(int, std::vector<bool>&)':
main.cpp:108:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
108 | for(int i = 0; i < adjacency_list[x].size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::Topological_Sort(int, std::vector<bool>&, std::vector<int>&)':
main.cpp:142:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
142 | for(int i=0; i<adjacency_list[x].size(); i++){
| ~^~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::bcc(int, int, std::vector<int>&, std::vector<int>&, std::stack<edge>&, int&, std::vector<std::set<int> >&, std::vector<bool>&)':
main.cpp:175:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
175 | for(int i = 0; i < adjacency_list[x].size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void BiconexInfoarena()':
main.cpp:230:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::set<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
230 | for(int i = 0; i < bc_components.size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 1ms | 184kb | Corect | 10 |
2 | 1ms | 184kb | Componente biconexe: numar gresit | 0 |
3 | 1ms | 184kb | Corect | 10 |
4 | 1ms | 184kb | Corect | 10 |
5 | 1ms | 184kb | Componente biconexe: numar gresit | 0 |
6 | 11ms | 1609kb | Componente biconexe: numar gresit | 0 |
7 | 25ms | 3559kb | Componente biconexe: numar gresit | 0 |
8 | 358ms | 36372kb | Componente biconexe: numar gresit | 0 |
9 | 271ms | 22401kb | Componente biconexe: numar gresit | 0 |
10 | 379ms | 30195kb | Componente biconexe: numar gresit | 0 |
Punctaj total | 30 |