Borderou de evaluare (job #718390)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bile 2 (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 7 mai 2023 19:56:50 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:24:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
24 | while(A[a]!=0 ||B[b]==C[c] && C[c]!=0)
| ~~~~~~~~~~~^~~~~~~~~~
main.cpp: At global scope:
main.cpp:57:5: error: redefinition of 'int main()'
57 | int main()
| ^~~~
main.cpp:5:5: note: 'int main()' previously defined here
5 | int main()
| ^~~~
main.cpp: In function 'int main()':
main.cpp:76:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
76 | while(A[a]!=0 ||B[b]==C[c] && C[c]!=0)
| ~~~~~~~~~~~^~~~~~~~~~