QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#496307#9136. Exponent Calculatorucup-team3612#AC ✓14ms10576kbPython3444b2024-07-28 06:29:262024-07-28 06:29:26

Details

Tip: Click on the bar to expand more detailed information

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