A. 正确 B. 错误
A. If x<0 Then y=2*x-1: Write(x) End If B. If x>y Then Write(x>y) C. If x Then t=t*x D. If x Mod 3=2 Then Write(x)
A. 是 B. 不是