// XOR def main(field x, field y) -> (field): return x + y - 2 * x * y