| Alternative 1 | |
|---|---|
| Accuracy | 83.8% |
| Cost | 1752 |
\[\begin{array}{l}
\mathbf{if}\;1 - x \leq -1 \cdot 10^{+140}:\\
\;\;\;\;-x\\
\mathbf{elif}\;1 - x \leq -1 \cdot 10^{+68}:\\
\;\;\;\;-y\\
\mathbf{elif}\;1 - x \leq -1000000000000:\\
\;\;\;\;1 - x\\
\mathbf{elif}\;1 - x \leq 2:\\
\;\;\;\;1 - y\\
\mathbf{elif}\;1 - x \leq 2 \cdot 10^{+19}:\\
\;\;\;\;1 - x\\
\mathbf{elif}\;1 - x \leq 5 \cdot 10^{+56}:\\
\;\;\;\;1 - y\\
\mathbf{else}:\\
\;\;\;\;-x\\
\end{array}
\]