QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#568319 | #9136. Exponent Calculator | ucup-team4579# | AC ✓ | 0ms | 3636kb | C++20 | 746b | 2024-09-16 16:02:59 | 2024-09-16 16:03:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3636kb
input:
input
output:
23 $1 = $1 * 0.000244140625 $2 = $1 + 1 $3 = $1 * $1 $3 = $3 * 0.5 $2 = $2 + $3 $3 = $3 * $1 $3 = $3 * 0.333333333333 $2 = $2 + $3 $3 = $3 * $1 $3 = $3 * 0.25 $2 = $2 + $3 $0 = $2 * $2 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $...
result:
ok max relative diff is 9.58197e-11. Checker runtime is 189 ms
Extra Test:
score: 0
Extra Test Passed