Borderou de evaluare (job #672616)

Utilizator avatar andrei_marciuc Marciuc Andrei andrei_marciuc IP ascuns
Problemă Fazan (clasele 11-12) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 29 oct. 2022 17:53:28 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:78:9: error: 'reverse' was not declared in this scope 78 | reverse( rez.begin(), rez.end() ); | ^~~~~~~ main.cpp:80:25: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare] 80 | if( rez.size() == muchii ) | ~~~~~~~~~~~~^~~~~~~~~