/ SB域 /

记录详情

Accepted

/usr/bin/ld.bfd: warning: /out/link.res contains output sections; did you forget -T?
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB
#6 Accepted 1ms 256.0 KiB
#7 Accepted 2ms 256.0 KiB
#8 Accepted 2ms 256.0 KiB
#9 Accepted 3ms 256.0 KiB
#10 Accepted 1ms 256.0 KiB

代码

var
  n,i:longint;
  cur,tot:double;
begin
  readln(n);
  cur:=420000.00/n;
  tot:=0;  
  for i:=1 to n-1 do begin
    tot:=tot+cur;
    cur:=cur*(2*double(i)-1)/(2*double(i))
  end;
  writeln(tot+cur:0:2);
  close(input);
  close(output);
end.

信息

递交者
类型
递交
题目
烧水问题
题目数据
下载
语言
Pascal
递交时间
2017-08-22 21:50:06
评测时间
2017-08-22 21:50:06
评测机
分数
100
总耗时
18ms
峰值内存
256.0 KiB