👤

Scrieti programul C++ pentru algoritmul dat. pls am nevoie rapid

Scrieti Programul C Pentru Algoritmul Dat Pls Am Nevoie Rapid class=

Răspuns :

{

int a,b,p;

cin>>a>>b;

nr=0;

for(i=1;i<b;i++)

{

while(x!=0 and x%p!=0)

x=x/10

if(x!=0)

nr=nr+1

}

cout<<nr;

return 0;

}