Borderou de evaluare (job #615460)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Flori2 (baraj gimnaziu) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 10 nov. 2021 19:51:16 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:32:43: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
32 | else if(l[i]>l[j]+1&& cv[i]==cv[j]+v[i]==cv[i]){
| ~~~~~^~~~~~~~~~~~
main.cpp:43:43: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
43 | else if(l[i]>l[j]+1&& cv[i]==cv[j]+v[i]==cv[i]){
| ~~~~~^~~~~~~~~~~~
main.cpp:54:43: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
54 | else if(l[i]>l[j]+1&& cv[i]==cv[j]+v[i]==cv[i]){
| ~~~~~^~~~~~~~~~~~
main.cpp:67:33: error: expected ';' before '\xa'
67 | out<<cv[max1]<<'\n'<<l[max1]'\n';
| ^~~~
| ;