Borderou de evaluare (job #703332)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cepe digitale (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 9 mar. 2023 17:31:11 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:10:25: error: declaration of 'x' as array of references
10 | void transf(int m, int &x[MAX_SIZE], int &nr) {
| ^
main.cpp:10:36: error: expected ')' before ',' token
10 | void transf(int m, int &x[MAX_SIZE], int &nr) {
| ~ ^
| )
main.cpp:10:38: error: expected unqualified-id before 'int'
10 | void transf(int m, int &x[MAX_SIZE], int &nr) {
| ^~~