Pagini recente » Borderou de evaluare (job #2311449) | Borderou de evaluare (job #3005665) | Borderou de evaluare (job #3032865) | Borderou de evaluare (job #2320378) | Borderou de evaluare (job #3000719)
Borderou de evaluare (job #3000719)
Raport evaluator
Compilare:
main.cpp: In function 'void Fill(int, int, int)':
main.cpp:114:41: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
114 | if (i >= 0 && i < InsuleNum.size() && j >= 0 && j < InsuleNum[i].size() && InsuleNum[i][j] == val)
| ~~^~~~~~~~~~~~~~~~~~
main.cpp:114:75: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
114 | if (i >= 0 && i < InsuleNum.size() && j >= 0 && j < InsuleNum[i].size() && InsuleNum[i][j] == val)
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void BFS()':
main.cpp:147:41: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
147 | if (x >= 0 && x < InsuleNum.size() && y >= 0 && y < InsuleNum[x].size() && InsuleNum[x][y] == 0)
| ~~^~~~~~~~~~~~~~~~~~
main.cpp:147:75: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
147 | 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:159:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
159 | for (int i = 0; i < Harta.size(); ++i)
| ~~^~~~~~~~~~~~~~
main.cpp:161:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
161 | 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 | 303kb | OK! | 10 |
5 | 0ms | 303kb | OK! | 10 |
6 | 0ms | 303kb | OK! | 10 |
7 | 0ms | 303kb | Lungime minima gresita | 4 |
8 | 0ms | 303kb | OK! | 10 |
9 | 1ms | 303kb | Lungime minima gresita | 4 |
10 | 0ms | 303kb | OK! | 10 |
Punctaj total | 88 |