Sum Squares
CodeChefOpen on judge ↗
Problem Description Given two numbers x and y, find the squares of x, x+1, x+2, ... , x+n where x+n=y. After calculating the squares of all those numbers, find the difference between every two consecutive squares. You will get n such numbers. Now, square the n numbers that you get and add them. Display the result mod 109+7. Note that always x Input The first line of input contains an integer T
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