Given positive integer number n, find the right positive integer number a, b , so that

(1) sqrt(a + n * b) is a positive integer number

(2) sqrt(hypot(a,b)) is a positive integer number

Note: the output must be char array!

Have fun!

Solution Stats

93 Solutions

15 Solvers

Last Solution submitted on May 25, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...