Borderou de evaluare (job #810646)

Utilizator avatar Sebastianus Lungu Sebastian Sebastianus IP ascuns
Problemă Cmmdc2 (clasa a 9-a) Compilator cpp-32
Rundă lasm_21_02_2025_clasa10 Status evaluat
Dată 21 feb. 2025 20:14:04 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:32:30: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare] 32 | if (candidati.size() >= k) { | ~~~~~~~~~~~~~~~~~^~~~ main.cpp:40:65: error: 'accumulate' was not declared in this scope 40 | if (d > cmmdcMax || (d == cmmdcMax && sumaCurenta > accumulate(grupBest.begin(), grupBest.end(), 0))) { | ^~~~~~~~~~