QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#775068#9136. Exponent Calculatorucup-team132#AC ✓1ms3872kbC++174.1kb2024-11-23 14:37:572024-11-23 14:37:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3872kb

input:

input

output:

25
$2 = $1 * 0.000061035156250
$3 = $2 * 0.250000000000000
$3 = $3 + 1
$3 = $3 * $2
$3 = $3 * 0.333333333333333
$3 = $3 + 1
$3 = $3 * $2
$3 = $3 * 0.500000000000000
$3 = $3 + 1
$3 = $3 * $2
$0 = $3 + 1
$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 3.55553e-12. Checker runtime is 190 ms

Extra Test:

score: 0
Extra Test Passed