QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#683893#9136. Exponent Calculatorucup-team4538#AC ✓8ms10652kbPython3338b2024-10-28 01:17:542024-10-28 01:17:55

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 8ms
memory: 10652kb

input:

input

output:

25
$1 = $1 * 0.00000762939453125000
$0 = 1 + $1
$2 = $1 * $1
$2 = $2 * 0.5
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.3333333333333333
$0 = $0 + $2
$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 192 ms

Extra Test:

score: 0
Extra Test Passed