QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#621702 | #9136. Exponent Calculator | ucup-team5022# | AC ✓ | 1ms | 3848kb | C++20 | 1.3kb | 2024-10-08 16:22:05 | 2024-10-08 16:22:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3848kb
input:
input
output:
24 $1 = $1 * 0.000195312500 $2 = $1 + 1 $3 = $1 * 1.250000000000 $3 = $2 * $3 $2 = 1 + $3 $3 = $1 * 1.666666666667 $3 = $2 * $3 $2 = 1 + $3 $3 = $1 * 2.500000000000 $3 = $2 * $3 $2 = 1 + $3 $3 = $1 * 5.000000000000 $3 = $2 * $3 $0 = 1 + $3 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 ...
result:
ok max relative diff is 8.03629e-11. Checker runtime is 161 ms
Extra Test:
score: 0
Extra Test Passed