Borderou de evaluare (job #626190)

Utilizator avatar hariton.marian Marian Hariton hariton.marian IP ascuns
Problemă Dublă conversie (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 18 ian. 2022 20:55:03 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:9:9: error: 'num' was not declared in this scope; did you mean 'enum'? 9 | num[i]=n%2; | ^~~ | enum main.cpp:18:9: error: 'num' was not declared in this scope; did you mean 'enum'? 18 | num[i]=n1%2; | ^~~ | enum main.cpp:6:18: warning: unused variable 'k' [-Wunused-variable] 6 | int n,n1,i=0,k=0,numbin[32],numbin2[32],baza=0; | ^