【简答题】A: Jim, did you do well in the P.E. test? B: Yes, I did. But __小题1:_____ I did badly in running. A: You are kidding. You used to run very fast and you were always the __小题2:______ in our class. B: Tha...
【简答题】在以下语句段中,若 i >= n 计算结果为True,而且 n 不是 i 的倍数。则下列语句中可能执行到的语句是______。 test: loop if n % i = 0 then set yn = 0 ; leave test ; end if ; set i = i+1 ; if i >= n then leav...