QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#563395 | #9136. Exponent Calculator | ucup-team1817# | AC ✓ | 0ms | 3668kb | C++20 | 802b | 2024-09-14 11:07:04 | 2024-09-14 11:07:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3668kb
input:
input
output:
25 $1 = $1 * 0.00000762939453125 $0 = $1 + 1 $2 = $1 * $1 $3 = 0.5 * $2 $0 = $0 + $3 $3 = $2 * $1 $3 = 0.166666666666666666666666 * $3 $0 = $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 *...
result:
ok max relative diff is 5.27578e-11. Checker runtime is 195 ms
Extra Test:
score: 0
Extra Test Passed