Borderou de evaluare (job #584338)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Pav | Compilator | cpp-32 |
Rundă | lasm_03_03_2021_cl11_12 | Status | evaluat |
Dată | 3 mar. 2021 19:57:15 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void solve(int, int, int, int, int, int)':
main.cpp:24:5: error: 'v' was not declared in this scope
24 | v[linie][col+1] = k;
| ^
main.cpp:34:5: error: 'v' was not declared in this scope
34 | v[linie][col] = k;
| ^
main.cpp:44:5: error: 'v' was not declared in this scope
44 | v[linie][col] = k;
| ^
main.cpp:54:5: error: 'v' was not declared in this scope
54 | v[linie][col] = k;
| ^
main.cpp: In function 'int main()':
main.cpp:72:3: error: 'fin' was not declared in this scope; did you mean 'cin'?
72 | fin >> n;
| ^~~
| cin
main.cpp:78:15: error: 'v' was not declared in this scope
78 | fout << v[i][j] << " ";
| ^