首页
编程
java
php
前端
首页
编程
java
php
前端
C语言中怎么将while换for
for(int t=n;n>=3;;){
t= t+m/k;
n = n/3+n%k;
}
点击展开全文