Borderou de evaluare (job #834230)

Utilizator avatar ndrei cojocaru andrei victor ndrei IP ascuns
Problemă Compus (clasa a 5-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 21 sept. 2025 12:52:59 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:15:21: error: lvalue required as left operand of assignment 15 | if (v[i]==e && gasit=false){ | ~~~~~~~~^~~~~~~~ main.cpp:32:2: error: expected '}' at end of input 32 | } | ^ main.cpp:7:1: note: to match this '{' 7 | { | ^ main.cpp:8:18: warning: unused variable 'z' [-Wunused-variable] 8 | int n, e, p, z, y; | ^ main.cpp:8:21: warning: unused variable 'y' [-Wunused-variable] 8 | int n, e, p, z, y; | ^