以下代码段的最佳案例,最坏情况和平均案例情景是什么? def sumInts(n): Count = 0 while i < n: Count = count + n Return count
def sumInts(n): Count = 0 while i < n: Count = count + n Return count
它没有运行,因为既没有定义i也没有定义count。
i
count
换句话说:最好的情况:崩溃,最坏情况:崩溃,平均情况:崩溃。