x + y: Add two numbers. x - y: Subtraction. x * y: Multiplication. x / y: Division. x % y: Remainder. x < y: Returns 1 if true 0, if false.
確定! 回上一頁