QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#500894#9136. Exponent Calculatorucup-team572#AC ✓9ms10708kbPython3924b2024-08-01 23:31:122024-08-01 23:31:13

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 9ms
memory: 10708kb

input:

input

output:

24
$1 = $1 * 0.000244140625000
$0 = 0.008333333333333
$0 = $0 * $1
$0 = $0 + 0.041666666666667
$0 = $0 * $1
$0 = $0 + 0.166666666666667
$0 = $0 * $1
$0 = $0 + 0.500000000000000
$0 = $0 * $1
$0 = $0 + 1.000000000000000
$0 = $0 * $1
$0 = $0 + 1.000000000000000
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0...

result:

ok max relative diff is 8.9045e-13. Checker runtime is 194 ms

Extra Test:

score: 0
Extra Test Passed