QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#749102 | #9136. Exponent Calculator | pokorfanclub | AC ✓ | 0ms | 3908kb | C++17 | 558b | 2024-11-14 22:39:54 | 2024-11-14 22:39:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3908kb
input:
input
output:
25 $1 = $1 * 0.000976562500000000 $2 = 0 $2 = $2 + 0.001388888888888889 $2 = $2 * $1 $2 = $2 + 0.008333333333333333 $2 = $2 * $1 $2 = $2 + 0.041666666666666667 $2 = $2 * $1 $2 = $2 + 0.166666666666666667 $2 = $2 * $1 $2 = $2 + 0.500000000000000000 $2 = $2 * $1 $2 = $2 + 1.000000000000000000 $2 = $2 ...
result:
ok max relative diff is 4.02012e-13. Checker runtime is 249 ms
Extra Test:
score: 0
Extra Test Passed