Pagini recente » Borderou de evaluare (job #3045661) | Borderou de evaluare (job #1005349) | Borderou de evaluare (job #3112471) | Borderou de evaluare (job #2376707) | Borderou de evaluare (job #1665502)
Borderou de evaluare (job #1665502)
Raport evaluator
Compilare:
user.cpp: In constructor ‘Graph::Graph()’:
user.cpp:38:17: warning: ‘Graph::edges’ will be initialized after [-Wreorder]
uint vertices, edges;
^
user.cpp:37:33: warning: ‘std::vector<std::vector<unsigned int> > Graph::adjacencyList’ [-Wreorder]
std::vector<std::vector<uint>> adjacencyList;
^
user.cpp:40:2: warning: when initialized here [-Wreorder]
Graph() : vertices(0), edges(0), adjacencyList(0) { }
^
user.cpp: In constructor ‘Graph::Graph(uint, uint, std::vector<std::vector<unsigned int> >)’:
user.cpp:38:17: warning: ‘Graph::edges’ will be initialized after [-Wreorder]
uint vertices, edges;
^
user.cpp:37:33: warning: ‘std::vector<std::vector<unsigned int> > Graph::adjacencyList’ [-Wreorder]
std::vector<std::vector<uint>> adjacencyList;
^
user.cpp:41:2: warning: when initialized here [-Wreorder]
Graph(uint _vertices, uint _edges, std::vector<std::vector<uint>> _adjacencyList) :
^
user.cpp: In member function ‘void UndirectedGraph::articulationPoint(uint, std::vector<bool>&, std::vector<int>&, std::vector<unsigned int>&, std::vector<unsigned int>&, std::vector<unsigned int>&) const’:
user.cpp:497:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
else if ((adjacencyList[vertex][i] != parent[vertex]) && (discoveryTime[adjacencyList[vertex][i]] < low[vertex]))
^
user.cpp: In member function ‘bool UndirectedGraph::hasArticulationPoint(uint, std::vector<bool>&, std::vector<int>&, std::vector<unsigned int>&, std::vector<unsigned int>&) const’:
user.cpp:531:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
else if ((adjacencyList[vertex][i] != parent[vertex]) &&
^
user.cpp: In member function ‘void UndirectedGraph::getBiconnectedComponents(uint, std::vector<int>&, std::vector<unsigned int>&, std::vector<unsigned int>&, std::stack<unsigned int>&, std::vector<std::vector<unsigned int> >&) const’:
user.cpp:573:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
else if (*neighbour != parent[vertex])
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 460kb | Corect | 10 |
2 | 0ms | 452kb | Corect | 10 |
3 | 0ms | 456kb | Corect | 10 |
4 | 0ms | 512kb | Corect | 10 |
5 | 0ms | 564kb | Corect | 10 |
6 | 4ms | 844kb | Corect | 10 |
7 | 12ms | 1048kb | Corect | 10 |
8 | 84ms | 4380kb | Corect | 10 |
9 | 128ms | 5920kb | Corect | 10 |
10 | 160ms | 8160kb | Corect | 10 |
Punctaj total | 100 |