🔒 Modo vista previa. Las primeras quince lecciones de Foundations son gratis; esta es Pro. Inicia un trial de 7 días para desbloquear el editor, las pistas AI y el resto del programa. Tarjeta requerida, cancela cuando quieras en Dashboard.Iniciar trial de 7 días →
📝 **Question:** Build BIT for n=5 by updating each index with [3,2,-1,6,5]. Query range_sum(2, 4) (=2 + -1 + 6 = 7). Print it.
📋 Pick the right answer.
💡 **Hint:** Re-read the theory above if unsure.