QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#501707 | #9136. Exponent Calculator | ucup-team3932 | AC ✓ | 0ms | 3552kb | C++17 | 1.2kb | 2024-08-02 22:04:59 | 2024-08-02 22:05:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3552kb
input:
input
output:
25 $1 = $1 * 0.00000762939453125 $0 = $1 + 1 $2 = $1 * $1 $2 = $2 * 0.5 $0 = $0 + $2 $2 = $2 * $1 $2 = $2 * 0.33333333333333333333 $0 = $0 + $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 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 ...
result:
ok max relative diff is 5.27578e-11. Checker runtime is 192 ms
Extra Test:
score: 0
Extra Test Passed