Borderou de evaluare (job #789559)

Utilizator avatar BSMarian123 cretu marian-dumitru BSMarian123 IP ascuns
Problemă Album (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 12 oct. 2024 15:49:08 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int count(std::string, std::string)': main.cpp:5:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'unsigned int'} [-Wsign-compare] 5 | for (int i = 0; i < str.length(); i++) { | ~~^~~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:114:2: error: expected '}' at end of input 114 | } | ^ main.cpp:35:11: note: to match this '{' 35 | int main(){ | ^