GCD Sum
CodeChefOpen on judge ↗
You are provided with a set of numbers which is infinitely large. The numbers in this set are of the form :- { 22n + 1 } where n is a positive integer. Now these set of numbers are kept in sorted order. Now queries are defined on this set such that given a range of terms [X...Y] you must calculate the sum of pairwise GCD(greatest common divisor) of the entire range (inclusive of X and Y ). For
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