QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#600513#9136. Exponent Calculatorucup-team3774#WA 0ms3508kbC++171.3kb2024-09-29 17:04:192024-09-29 17:04:20

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3508kb

input:

input

output:

25
$1 = $1 * 0.03125
$0 = 1 + $1
$2 = $1 * $1
$2 = 0.5 * $2
$0 = $0 + $2
$2 = $1 * $2
$2 = 0.3333333333333 * $2
$0 = $0 + $2
$2 = $1 * $2
$2 = 0.25 * $2
$0 = $0 + $2
$2 = $1 * $2
$2 = 0.2 * $2
$0 = $0 + $2
$2 = $1 * $2
$2 = 0.1666666666667 * $2
$0 = $0 + $2
$2 = $1 * $2
$2 = 0.1428571428571 * $2
$0 ...

result:

wrong answer x=-20,jury=2.06115e-09,participant=2.06109e-09,error=3.22665e-05