回答編集履歴

1

文言

2021/05/18 13:55

投稿

int32_t
int32_t

スコア21695

test CHANGED
@@ -1 +1,5 @@
1
1
  関数 `exercise(num)` の中で `this.exercise--` しているため、`exercise` が関数から数値(のようなもの)に化けてます。
2
+
3
+
4
+
5
+ `Person`コンストラクタで `this.exercise` の設定もないし、本当は別の変数を減らしたかったのではないでしょうか。`this.weight`とか。