Borderou de evaluare (job #718063)

Utilizator avatar Alex__balan Alexandru balan Alex__balan IP ascuns
Problemă Decbin (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 5 mai 2023 09:59:52 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:12:30: error: 'k' was not declared in this scope 12 | if(i%k==1 || i%k==0) | ^ main.cpp:8:11: warning: unused variable 'm' [-Wunused-variable] 8 | int n,m,i,p,maxi=1; | ^ main.cpp:8:15: warning: unused variable 'p' [-Wunused-variable] 8 | int n,m,i,p,maxi=1; | ^ main.cpp:8:17: warning: unused variable 'maxi' [-Wunused-variable] 8 | int n,m,i,p,maxi=1; | ^~~~