Borderou de evaluare (job #855580)

Utilizator avatar PetreIonut Petre Ionut PetreIonut IP ascuns
Problemă Cartonaș (clasa a 5-a) Compilator cpp
Rundă sim_4 Status evaluat
Dată 28 feb. 2026 08:48:14 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:29:22: error: invalid conversion from 'int*' to 'int' [-fpermissive] 29 | if(a[i]==k)p=a; | ^ | | | int* main.cpp:29:22: note: possible fix: dereference with '*' 29 | if(a[i]==k)p=a; | ^ | *