QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#495098#9136. Exponent Calculatorucup-team3607#AC ✓0ms3728kbC++174.5kb2024-07-27 18:46:302024-07-27 18:46:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.000007629394531
$2 = $1 * $1
$2 = $2 * 0.500000000000000
$3 = $2 * $1
$3 = $3 * 0.333333333333333
$4 = $1 + 1
$5 = $2 + $3
$0 = $4 + $5
$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 6.959e-10. Checker runtime is 200 ms

Extra Test:

score: 0
Extra Test Passed