Pagini recente » Borderou de evaluare (job #338837) | Borderou de evaluare (job #1378546) | Borderou de evaluare (job #2799947) | Borderou de evaluare (job #2203942) | Borderou de evaluare (job #3005122)
Borderou de evaluare (job #3005122)
Raport evaluator
Compilare:
main.cpp: In function 'void kiir_dp()':
main.cpp:17:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<bool> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
17 | for (int i = 0; i < dp.size(); i++)
| ~~^~~~~~~~~~~
main.cpp:19:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<bool>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
19 | for (int j = 0; j < dp[i].size(); j++)
| ~~^~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:90:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<bool> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
90 | for (int i = 0; i < dp.size(); i++)
| ~~^~~~~~~~~~~
main.cpp:95:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<bool>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
95 | for (int j = 0; j < dp[i].size(); j++)
| ~~^~~~~~~~~~~~~~
main.cpp:104:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<bool> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
104 | for (int i = 1; i < dp.size(); i++)
| ~~^~~~~~~~~~~
main.cpp:107:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<bool>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
107 | for (int j = 1; j < dp[i].size(); j++)
| ~~^~~~~~~~~~~~~~
main.cpp: In function 'int megtalal_maxOsszeg()':
main.cpp:38:1: warning: control reaches end of non-void function [-Wreturn-type]
38 | }
| ^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 3ms | 557kb | Incorect | 0 |
Punctaj total | 0 |