QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#544742 | #9136. Exponent Calculator | ucup-team254# | AC ✓ | 1ms | 4160kb | C++20 | 2.4kb | 2024-09-02 19:55:03 | 2024-09-02 19:55:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 4160kb
input:
input
output:
25 $1 = $1 * 0.000007629394531 $0 = $1 + 1.000000 $2 = $1 * $1 $2 = $2 * 0.5000000 $0 = $2 + $0 $3 = $2 * $1 $3 = $3 * 0.333333333333 $0 = $3 + $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 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * ...
result:
ok max relative diff is 7.06726e-10. Checker runtime is 162 ms
Extra Test:
score: 0
Extra Test Passed