Borderou de evaluare (job #799499)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | SecvRest | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 11 dec. 2024 16:41:30 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:11:21: error: expected ';' before '}' token
11 | a[i]=a[i-1]+a[i]
| ^
| ;
12 | }
| ~