Cyfrą jedności liczby 1! + 2! + 3! + 4! + … + 2012! jest:
1,4122539727072273791956696016813e+5775(to e+5775 oznacza że jeszcze jest 5775 liczb)
a to jest sam wynik silni 2012
a winik 1+2+3..+2012 to 2025078
możesz cto obliczyć programem
program Untitled;var i,j:integer;
beginJ:=1;for i:=2 to 2012 doj:=j+i;
writeln (j);readln;readln;
end.
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
1,4122539727072273791956696016813e+5775(to e+5775 oznacza że jeszcze jest 5775 liczb)
a to jest sam wynik silni 2012
a winik 1+2+3..+2012 to 2025078
możesz cto obliczyć programem
program Untitled;
var i,j:integer;
begin
J:=1;
for i:=2 to 2012 do
j:=j+i;
writeln (j);
readln;
readln;
end.