QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#496074#9136. Exponent Calculatorucup-team3685#AC ✓7ms10444kbPython3421b2024-07-28 02:21:402024-07-28 02:21:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 7ms
memory: 10444kb

input:

input

output:

25
$1 = $1 * 0.00390625
$0 = $1 + 1
$2 = $1 * $1
$2 = $2 * 0.5
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.3333333333333333333
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.25
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.2
$0 = $0 + $2
$2 = $2 * $1
$2 = $2 * 0.1666666666666666666
$0 = $0 + $2
$0 = $0 * $0 
$0 = $0 * $0 ...

result:

ok max relative diff is 9.66162e-10. Checker runtime is 197 ms

Extra Test:

score: 0
Extra Test Passed