QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#694189#9136. Exponent Calculatorucup-team3862#AC ✓0ms3568kbC++202.1kb2024-10-31 17:26:442024-10-31 17:26:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

23
$1 = $1 * 0.000244140625
$2 = $1 * $1
$2 = $2 * 0.5
$3 = $2 * $1
$3 = $3 * 0.333333333333
$4 = $3 * $1
$4 = $4 * 0.25
$0 = $1 + 1
$0 = $0 + $2
$0 = $0 + $3
$0 = $0 + $4
$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 9.58197e-11. Checker runtime is 161 ms

Extra Test:

score: 0
Extra Test Passed