Borderou de evaluare (job #858639)

Utilizator avatar IonescuPetru1 Ionescu Petru IonescuPetru1 IP ascuns
Problemă Compus (clasa a 5-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 28 mar. 2026 18:40:39 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:8:5: error: 'fin' was not declared in this scope 8 | fin>>n>>e>>p; | ^~~ main.cpp:34:9: error: 'fout' was not declared in this scope 34 | fout<<v[i]<<" "; | ^~~~ main.cpp:7:18: warning: unused variable 'x' [-Wunused-variable] 7 | int n, e, p, x, v[10000], c=0, i, j, aux; | ^