0
已采纳
周zhouhaoran
初级光能
初级光能
用单重循环,一个值减去另一个值,存下来
核心:
for(int i=0; i<=n/50; i++) {
ans+=(n-i*50)/20+1;
}
0
0
0