QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#496292#9136. Exponent Calculatorucup-team149#AC ✓14ms10580kbPython3209b2024-07-28 06:13:512024-07-28 06:13:51

詳細信息

Test #1:

score: 100
Accepted
time: 14ms
memory: 10580kb

input:

input

output:

25
$3 = $1 * 0.00000762939453125
$0 = $3 + 1
$4 = $3 * $3
$4 = $4 * 0.5
$0 = $0 + $4
$5 = $3 * $4
$5 = $5 * 0.33333333333333333
$0 = $5 + $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 * $0
$0 ...

result:

ok max relative diff is 5.27578e-11. Checker runtime is 152 ms

Extra Test:

score: 0
Extra Test Passed