Analysis of the C++ Questions from the 16th Blue Bridge Cup – August 2025
1. Run the following program, the output result is ( ). A.X0 B.X5 C.5 D.0 Knowledge points assessed: functions, local variables, and global variables. 2. Run the following program, the output result is ( ). A.3 B.4 C.9 D.16Knowledge points assessed: simulation.i=1, satisfies the while statement, runs t=1, i=3;i=3, satisfies the while statement, runs t=2, … Read more