int t = 1;
for(int i=1;i<10;i++){
t=(t+1)*2;
}
System.out.println("第一天摘了:"+t);
本文标题:222
本文链接:https://www.haomeiwen.com/subject/zpoluqtx.html
网友评论