sum_of_two_squares
Find integer pairs (a,b) such that a² + b² equals a given number, solving the sum of two squares problem in additive number theory.
Instructions
Express a number as sum of two squares if possible. (Domain: arithmetic, Category: additive_number_theory)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |