QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#568319#9136. Exponent Calculatorucup-team4579#AC ✓0ms3636kbC++20746b2024-09-16 16:02:592024-09-16 16:03:00

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

23
$1 = $1 * 0.000244140625
$2 = $1 + 1
$3 = $1 * $1
$3 = $3 * 0.5
$2 = $2 + $3
$3 = $3 * $1
$3 = $3 * 0.333333333333
$2 = $2 + $3
$3 = $3 * $1
$3 = $3 * 0.25
$2 = $2 + $3
$0 = $2 * $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 * $...

result:

ok max relative diff is 9.58197e-11. Checker runtime is 189 ms

Extra Test:

score: 0
Extra Test Passed