QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#503667 | #9136. Exponent Calculator | ucup-team3897# | AC ✓ | 12ms | 10608kb | Python3 | 491b | 2024-08-03 22:31:12 | 2024-08-03 22:31:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 12ms
memory: 10608kb
input:
input
output:
24 $1 = $1 * 0.00097656250000 $2 = $1 * $1 $3 = $1 * $2 $4 = $1 * $3 $5 = $1 * $4 $2 = $2 * 0.50000000000000 $3 = $3 * 0.16666666666667 $4 = $4 * 0.04166666666667 $5 = $5 * 0.00833333333333 $0 = 1 + $1 $0 = $0 + $2 $0 = $0 + $3 $0 = $0 + $4 $0 = $0 + $5 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0...
result:
ok max relative diff is 8.04772e-11. Checker runtime is 194 ms
Extra Test:
score: 0
Extra Test Passed