Borderou de evaluare (job #817744)

Utilizator avatar NicolaEcaterinaEliza Nicola Ecaterina Eliza NicolaEcaterinaEliza IP ascuns
Problemă Comune (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 2 apr. 2025 19:04:10 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:28:40: error: ordered comparison of pointer with integer zero ('int*' and 'int') 28 | if(vf1[i] >= vf2[i] && vf1 > 0 && vf2 > 0){ | ~~~~^~~ main.cpp:28:51: error: ordered comparison of pointer with integer zero ('int*' and 'int') 28 | if(vf1[i] >= vf2[i] && vf1 > 0 && vf2 > 0){ | ~~~~^~~ main.cpp:31:44: error: ordered comparison of pointer with integer zero ('int*' and 'int') 31 | else if(vf1[i] < vf2[i] && vf1 > 0 && vf2 > 0){ | ~~~~^~~ main.cpp:31:55: error: ordered comparison of pointer with integer zero ('int*' and 'int') 31 | else if(vf1[i] < vf2[i] && vf1 > 0 && vf2 > 0){ | ~~~~^~~