QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#532806#9136. Exponent Calculatorucup-team3935#AC ✓0ms3592kbC++202.8kb2024-08-25 12:12:192024-08-25 12:12:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

24
$1 = $1 * 0.0009765625
$0 = 1 + $1
$2 = $1 * $1
$2 = $2 * 0.5
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.3333333333
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.25
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.2
$0 = $0 + $2
$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.03623e-11. Checker runtime is 208 ms

Extra Test:

score: 0
Extra Test Passed