Appearance
多数相加
add(1, 2, 3, 4); // 10
多数相减
subtract(10, 2, 3); // 5
divide(12, 2, 3); // 2
多数相乘
multiply(1, 2, 3); // 6