e=0;
n=0;

while 1/(n+1)>10^(-300)
n= n+1;
e= e+1/n;
end

이럼 끝이란돠

end 뒤에 e n을 출력하셈