回答編集履歴

1

書式の改善

2019/06/23 04:38

投稿

CreeperSaviour
CreeperSaviour

スコア129

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  - int money = getMoney() + (int)(Math.round((double)getMoney() * FBankAccount.rate/100));
6
6
 
7
- + depositMoney((int)(Math.round((double)getMoney() * FBankAccount.rate/100)));
7
+ + depositMoney((int)(Math.round((double)getMoney() * FBankAccount.rate/100)));
8
8
 
9
9
  }
10
10