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

91 Solutions

14 Solvers

Last Solution submitted on May 02, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...