Hide
Problem E
Gauss Squares
Accepted submissions to this problem will be granted a score of 20
You are given a prime
Input
The first and only line of input contains a prime
Output
Print two non-negative integers
Sample Input 1 | Sample Output 1 |
---|---|
73 |
8 3 |