回答編集履歴

1

追記

2018/05/23 06:01

投稿

root_jp
root_jp

スコア4666

test CHANGED
@@ -4,4 +4,6 @@
4
4
 
5
5
  System.out.println(add.applyAsInt(1, 2)); // 3
6
6
 
7
+ System.out.println(add.applyAsInt(3, 4)); // 7
8
+
7
9
  ```