Borderou de evaluare (job #858820)

Utilizator avatar calin2012 Bota Calin calin2012 IP ascuns
Problemă Monotonă (clasa a 5-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 2 apr. 2026 17:33:56 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:15:22: warning: self-comparison always evaluates to false [-Wtautological-compare] 15 | if(cnt_cresct!=cnt_cresct && cnt_cresct!=0 &7 cnt_descresct!=0 ) | ~~~~~~~~~~^~~~~~~~~~~~ main.cpp:15:48: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] 15 | if(cnt_cresct!=cnt_cresct && cnt_cresct!=0 &7 cnt_descresct!=0 ) | ~~~~~~~~~~^~~ main.cpp:15:54: error: expected ')' before 'cnt_descresct' 15 | if(cnt_cresct!=cnt_cresct && cnt_cresct!=0 &7 cnt_descresct!=0 ) | ~ ^~~~~~~~~~~~~~ | )