QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#522577#9136. Exponent Calculatorucup-team2262AC ✓0ms3800kbC++201.2kb2024-08-17 02:21:542024-08-17 02:21:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

input

output:

25
$1 = $1 * 0.0009765625
$0 = 1
$0 = $0 + $1
$2 = $1 * $1
$3 = $2 * 0.5
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.166666666666667
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.0416666666666667
$0 = $0 + $3
$2 = $2 * $1
$3 = $2 * 0.00833333333333333
$0 = $0 + $3
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * ...

result:

ok max relative diff is 8.04772e-11. Checker runtime is 157 ms

Extra Test:

score: 0
Extra Test Passed