QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#496595#9136. Exponent Calculatorucup-team3811AC ✓0ms3868kbC++233.0kb2024-07-28 13:40:372024-07-28 13:40:38

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.00000762939453125000
$0 = $1 + 1
$2 = $1 * $1
$3 = $2 * $1
$2 = $2 * 0.5
$3 = $3 * 0.16666666666666666666666
$0 = $0 + $2
$0 = $0 + $3
$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 193 ms

Extra Test:

score: 0
Extra Test Passed