我已经编写了一些基本的杂乱代码来解决这个问题,但我确信必须有更好的方法来解决这个问题。这是我的尝试:
$max = 17.9;
$box=0;
$x=0;
for (;;) {
if ($box > $max) break;
$box+=5;
$x++;
}
$bonus = $x-1;
echo "$bonus points added!";
所以在这里我们看到5次适合17.9次。
答案 0 :(得分:6)
你这样做更难,然后需要
floor()
.navbar-fixed-top {
width: 75%;
margin-left: auto;
margin-right: auto;
}
也适用于此处)