Borderou de evaluare (job #794761)

Utilizator avatar stefilici Stefan Hrisca stefilici IP ascuns
Problemă ZParcurgere Compilator cpp-32
Rundă Concurs 01 | IQ Academy | clasa a 9-a Status evaluat
Dată 14 nov. 2024 10:49:20 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int aflare_numar(int, int, int)': main.cpp:15:6: error: 'y' was not declared in this scope 15 | if(y%2==1) | ^ main.cpp: In function 'int main()': main.cpp:29:26: error: 'coordonata_y' was not declared in this scope; did you mean 'cordonata_y'? 29 | cin>>coordonata_x>>coordonata_y; | ^~~~~~~~~~~~ | cordonata_y main.cpp:30:31: error: 'x' was not declared in this scope 30 | nr_pozitie=aflare_numar(x-1,y-1,2); | ^ main.cpp:30:35: error: 'y' was not declared in this scope 30 | nr_pozitie=aflare_numar(x-1,y-1,2); | ^ main.cpp:25:26: warning: unused variable 'cordonata_y' [-Wunused-variable] 25 | int n,k,coordonata_x,cordonata_y,nr_pozitie; | ^~~~~~~~~~~