Borderou de evaluare (job #584864)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Zoomx2 (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 6 mar. 2021 18:21:18 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:13:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
13 | for (i = 1; i <= m; i++)
| ^
main.cpp:14:26: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | for (j = 1; j <= m; j++)
| ^
main.cpp:18:19: error: 'b' was not declared in this scope
18 | in >> b[i][j];
| ^