Pagini recente » Borderou de evaluare (job #1052069) | Borderou de evaluare (job #388307) | Borderou de evaluare (job #996405) | Borderou de evaluare (job #2792249) | Borderou de evaluare (job #2789627)
Borderou de evaluare (job #2789627)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graf::dfs(int, std::vector<bool>&)':
main.cpp:53:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
53 | for (int i = 0; i < vecini[nod].size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'std::vector<int> Graf::bfs(int)':
main.cpp:70:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
70 | for (int i = 0; i < vecini[nod].size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::dfsSortare(int, std::vector<int>&, std::vector<bool>&)':
main.cpp:99:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
99 | for (int i = 0; i < vecini[nod].size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::dfsTareConexe(int, std::vector<int>&, std::vector<int>&, std::stack<int>&, std::vector<bool>&, std::vector<std::vector<int> >&, int&, std::vector<bool>&)':
main.cpp:134:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
134 | for (int i = 0; i < vecini[nod].size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::dfsBiconexe(int, int, std::vector<int>&, std::vector<int>&, std::stack<int>&, std::vector<std::vector<int> >&, std::vector<bool>&)':
main.cpp:174:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
174 | for (int i = 0; i < vecini[nod].size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:211:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
211 | for (int i = 0; i < componente.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~
main.cpp:212:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
212 | for (int j = 0; j < componente[i].size(); j++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 6ms | 2666kb | Corect | 10 |
2 | 15ms | 2691kb | Componente biconexe: numar gresit | 0 |
3 | 1ms | 184kb | Corect | 10 |
4 | 3ms | 2797kb | Corect | 10 |
5 | 16ms | 2973kb | Componente biconexe: numar gresit | 0 |
6 | 21ms | 3518kb | Componente biconexe: numar gresit | 0 |
7 | 29ms | 4677kb | Componente biconexe: numar gresit | 0 |
8 | 316ms | 26157kb | Componente biconexe: numar gresit | 0 |
9 | 187ms | 17661kb | Componente biconexe: numar gresit | 0 |
10 | 237ms | 22249kb | Componente biconexe: numar gresit | 0 |
Punctaj total | 30 |