Sei sulla pagina 1di 1

s=1;

for i=1:1:10^324
s(i)=i*s;
z=leer 'texto'.txt
c=rango z
for j=1:1:c
for i=1:1:10^324
if (s(i)==z(j))
print ('el numero de z',z(j),'es factorial del numero s',s(i))
else
print ('el numero de z',z(j),'no es factorial de ningun otro
numero)
end
end
end

Potrebbero piacerti anche