QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#495559#9136. Exponent Calculatorucup-team2725#AC ✓14ms10708kbPython3353b2024-07-27 21:52:572024-07-27 21:52:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

24
$1 = $1 * 0.0009765625
$0 = $0 + 0.001388888888888889
$0 = $0 * $1
$0 = $0 + 0.008333333333333333
$0 = $0 * $1
$0 = $0 + 0.041666666666666664
$0 = $0 * $1
$0 = $0 + 0.16666666666666666
$0 = $0 * $1
$0 = $0 + 0.5
$0 = $0 * $1
$0 = $0 + 1.0
$0 = $0 * $1
$0 = $0 + 1.0
$0 = $0 * $0
$0 = $0 * $0
$0 = ...

result:

ok max relative diff is 4.02012e-13. Checker runtime is 157 ms

Extra Test:

score: 0
Extra Test Passed