0101少儿编程
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
IDE下载
Login
Register
5351: 【28课】【3168】求出e的值
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:268
Solved:110
Submit
Submit Record
Statistics
ShowOff!
Description
利用公式
, 求
e
。
Input
输入只有一行,该行包含一个整数
n
(
2
≤
n
≤
15
)。
Output
输出只有一行,该行包含计算出来的
e
的值,要求打印小数点后
10
位。
Sample Input
Copy
10
Sample Output
Copy
2.7182818011
Source/Category
一本通编程启蒙
循环结构
Submit
Submit Record
Statistics
ShowOff!