Pagini recente » Borderou de evaluare (job #749043) | Borderou de evaluare (job #1312660) | Borderou de evaluare (job #835676) | Borderou de evaluare (job #2566249) | Borderou de evaluare (job #3000725)
Borderou de evaluare (job #3000725)
Raport evaluator
Compilare:
main.cpp: In function 'void Fill(int, int, int)':
main.cpp:112:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
112 | if (i >= 0 && i < InsuleNum.size() && j >= 0 && j < InsuleNum[i].size() && InsuleNum[i][j] == val)
| ~~^~~~~~~~~~~~~~~~~~
main.cpp:112:54: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
112 | if (i >= 0 && i < InsuleNum.size() && j >= 0 && j < InsuleNum[i].size() && InsuleNum[i][j] == val)
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void BFS()':
main.cpp:145:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
145 | if (x >= 0 && x < InsuleNum.size() && y >= 0 && y < InsuleNum[x].size() && InsuleNum[x][y] == 0)
| ~~^~~~~~~~~~~~~~~~~~
main.cpp:145:54: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
145 | if (x >= 0 && x < InsuleNum.size() && y >= 0 && y < InsuleNum[x].size() && InsuleNum[x][y] == 0)
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'std::queue<std::pair<int, int> > Find1()':
main.cpp:157:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
157 | for (int i = 0; i < Harta.size(); ++i)
| ~~^~~~~~~~~~~~~~
main.cpp:159:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
159 | for (int j = 0; j < Harta[i].size(); ++j)
| ~~^~~~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 172kb | OK! | 10 |
2 | 0ms | 172kb | OK! | 10 |
3 | 0ms | 172kb | OK! | 10 |
4 | 0ms | 184kb | OK! | 10 |
5 | 0ms | 184kb | OK! | 10 |
6 | 0ms | 184kb | OK! | 10 |
7 | 0ms | 184kb | Lungime minima gresita | 4 |
8 | 0ms | 184kb | OK! | 10 |
9 | 2ms | 315kb | Lungime minima gresita | 4 |
10 | 0ms | 184kb | OK! | 10 |
Punctaj total | 88 |