QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#496307 | #9136. Exponent Calculator | ucup-team3612# | AC ✓ | 14ms | 10576kb | Python3 | 444b | 2024-07-28 06:29:26 | 2024-07-28 06:29:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 14ms
memory: 10576kb
input:
input
output:
25 $2 = $1 * 0.00390625 $0 = 1 + $2 $3 = $2 * $2 $4 = $3 * 0.5 $3 = $3 * $2 $5 = $3 * 0.16666666666666666 $6 = $4 + $5 $3 = $3 * $2 $4 = $3 * 0.041666666666666664 $3 = $3 * $2 $5 = $3 * 0.008333333333333333 $7 = $4 + $5 $3 = $3 * $2 $4 = $3 * 0.001388888888888889 $0 = $0 + $4 $0 = $0 + $6 $0 = $0 + ...
result:
ok max relative diff is 9.66177e-10. Checker runtime is 157 ms
Extra Test:
score: 0
Extra Test Passed