Borderou de evaluare (job #819056)

Utilizator avatar Barbu_Patrick Barbu Patrick Andrei Barbu_Patrick IP ascuns
Problemă Tanc (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 7 apr. 2025 09:54:25 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:76:9: error: 'g' was not declared in this scope 76 | g << l + 1 << " " << c + 1 << "\n"; | ^ main.cpp:91:41: error: 'g' was not declared in this scope 91 | for (j = 0; j < M; j++) g << rotita[i][j]; | ^ main.cpp:100:39: error: 'g' was not declared in this scope 100 | if (teren[i][j] <= 9) g << teren[i][j]; | ^ main.cpp:101:22: error: 'g' was not declared in this scope 101 | else g << 'Z'; | ^