Borderou de evaluare (job #619240)

Utilizator avatar Bogdan8765ew Bogdan Nicolaev Bogdan8765ew IP ascuns
Problemă Cifre comune (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 30 nov. 2021 20:45:24 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:13:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 13 | if(x=i){ | ~^~ main.cpp:21:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 21 | if(x=i){ | ~^~ main.cpp:25:21: error: expected ';' before '}' token 25 | m1=m1/10 | ^ | ; 26 | } | ~ main.cpp:29:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 29 | for(i=0;i<arr1.size();i++){ | ~^~~~~~~~~~~~ main.cpp:30:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 30 | for(j=0;j<arr2.size();j++){ | ~^~~~~~~~~~~~