Borderou de evaluare (job #703563)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Qmatrix (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 10 mar. 2023 08:51:53 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int CautBinL(int, int)':
main.cpp:34:1: warning: no return statement in function returning non-void [-Wreturn-type]
34 | }
| ^
main.cpp: At global scope:
main.cpp:38:5: error: redefinition of 'int CautBinL(int, int)'
38 | int CautBinL(int c, int nr)
| ^~~~~~~~
main.cpp:31:5: note: 'int CautBinL(int, int)' previously defined here
31 | int CautBinL(int c, int nr)
| ^~~~~~~~
main.cpp: In function 'int CautBinL(int, int)':
main.cpp:41:1: warning: no return statement in function returning non-void [-Wreturn-type]
41 | }
| ^