Pagini recente » Cod sursa (job #1332570) | Cod sursa (job #2192669) | Cod sursa (job #2668922) | Cod sursa (job #2444502) | Borderou de evaluare (job #3030931)
Borderou de evaluare (job #3030931)
Raport evaluator
Compilare:
main.cpp: In function 'int MaxSumSubmatrix(std::vector<std::vector<int> >)':
main.cpp:8:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
8 | for(int l = 0; l < v.size(); l++){
| ~~^~~~~~~~~~
main.cpp:10:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
10 | for(int r = l; r < v.size(); r++){
| ~~^~~~~~~~~~
main.cpp:13:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
13 | for(int i = 0; i < v.size(); i++){
| ~~^~~~~~~~~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 1ms | 303kb | OK | 100 |
| Punctaj total | 100 |