Gcd and Lcm
You are given an integer $N$. You are asked to find total number of integer pairs $(A,B)$ such that - $ 1 \leq A,B \leq N$ - $A^2+B^2+gcd^2(A,B)+lcm^2(A,B)=N$. Note that $gcd^2(A, B)$ and $lcm^2(A, B)$ denote the square of [gcd](https://en.wikipedia.org/wiki/Greatest_common_divisor) and the square of [lcm](https://en.wikipedia.org/wiki/Least_common_multiple) of numbers $A$ and $B$ respectively.
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start