QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#494667#9136. Exponent Calculatorucup-team1005#AC ✓6ms10484kbPython3446b2024-07-27 16:29:242024-07-27 16:29:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 6ms
memory: 10484kb

input:

input

output:

25
$1 = $1 * 0.00000095367431645
$2 = $1 + 1.00000000000000000000
$2 = $2 * $2
$2 = $2 + 1.00000000000000000000
$0 = $2 * 0.50000000000000000000
$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 * $0...

result:

ok max relative diff is 6.67333e-10. Checker runtime is 188 ms

Extra Test:

score: 0
Extra Test Passed