Borderou de evaluare (job #3000725)

Utilizator MihneaLoxGheorghe Mihnea Florentin MihneaLox Data 12 martie 2023 19:41:26
Problema Insule Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 88

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
10ms172kbOK!10
20ms172kbOK!10
30ms172kbOK!10
40ms184kbOK!10
50ms184kbOK!10
60ms184kbOK!10
70ms184kbLungime minima gresita4
80ms184kbOK!10
92ms315kbLungime minima gresita4
100ms184kbOK!10
Punctaj total88

Ceva nu functioneaza?