Borderou de evaluare (job #584324)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Oraș (clasa a 8-a) | Compilator | cpp-32 |
Rundă | lasm_03_03_2021_cl11_12 | Status | evaluat |
Dată | 3 mar. 2021 19:44:25 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void b1()':
main.cpp:11:9: error: expected ';' before 'a'
11 | a[1]a[2][3]=v[3][1]=1;
| ^
| ;
main.cpp:11:8: warning: statement has no effect [-Wunused-value]
11 | a[1]a[2][3]=v[3][1]=1;
| ~~~^
main.cpp: In function 'void b0()':
main.cpp:14:5: error: 'v' was not declared in this scope
14 | v[1][2]=v[1][4]=v[2][5]=1;
| ^
main.cpp: In function 'int main()':
main.cpp:35:9: error: 'v' was not declared in this scope
35 | v[i][i+1]=1;
| ^
main.cpp:43:19: error: 'v' was not declared in this scope
43 | fout<<v[i][j];
| ^