A、for (y=9,x=1;x>++y;x=i++) i=x
B、for ( ; ; x+=i)
C、while (1) { x++ ; }
D、for (i=10 ; ; i--) sum+=i
时间:2021-07-17 18:51 关键词:
相关问题