Borderou de evaluare (job #849451)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Fermier (clasa a 8-a) | Compilator | cpp |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 25 ian. 2026 14:48:56 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:36:27: error: expected ';' before '}' token
36 | s+=v[i+1]-v[i]
| ^
| ;
37 | }
| ~
main.cpp:9:23: warning: unused variable 'j' [-Wunused-variable]
9 | { int n,m,p,l1,c1,i=1,j,s=0;
| ^