QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#494346#9136. Exponent Calculatorucup-team3807#AC ✓0ms3804kbC++23492b2024-07-27 15:20:422024-07-27 15:20:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3804kb

input:

input

output:

25
$1 = $1 * 0.000061035156250
$0 = $1 + 1
$2 = $1 * $1
$3 = $2 * $1
$4 = $3 * $1
$5 = $2 * 0.5000000000
$6 = $3 * 0.1666666667
$7 = $4 * 0.0416666667
$0 = $0 + $5
$0 = $0 + $6
$0 = $0 + $7
$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 8.00137e-12. Checker runtime is 197 ms

Extra Test:

score: 0
Extra Test Passed