Borderou de evaluare (job #719312)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Joc1 (clasa a 7-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 14 mai 2023 12:41:56 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:69:6: error: redefinition of 'bool ma [101][101]'
69 | bool ma[101][101];
| ^~
main.cpp:5:6: note: 'bool ma [101][101]' previously declared here
5 | bool ma[101][101];
| ^~
main.cpp:70:6: error: redefinition of 'bool forma [12][3][3]'
70 | bool forma[12][3][3]={
| ^~~~~
main.cpp:6:6: note: 'bool forma [12][3][3]' previously defined here
6 | bool forma[12][3][3]={
| ^~~~~
main.cpp:84:5: error: redefinition of 'int main()'
84 | int main()
| ^~~~
main.cpp:20:5: note: 'int main()' previously defined here
20 | int main()
| ^~~~