我们打算制作一辆移动的自行车,所有内容都会编译,但我们不断收到此错误消息:
% java Main
== Benchmark program's output == | == Your program's output ==
The starting position of the bike is 0 | 0.0
Pedalling three times... | 471.23889803846896
The final position of the bike is 471 <
The first line of output that differs is shown below:
< The starting position of the bike is 0
---
> 0.0
答案 0 :(得分:1)
仔细阅读您给出的说明。你需要产生非常具体的输出,而你却没有这样做。
答案 1 :(得分:1)
看起来您应该将输出格式化为整数(可能有舍入,但请检查您的分配规范)。而是打印浮点输出。
答案 2 :(得分:1)
这些数字对我来说看起来并不像相当 ..我想知道是什么原因引起的。 (提示提示)