QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#503667#9136. Exponent Calculatorucup-team3897#AC ✓12ms10608kbPython3491b2024-08-03 22:31:122024-08-03 22:31:12

詳細信息

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