Arithmetic Progression with Lambda function
CodeChefOpen on judge ↗
This task is to generate Arithmetic Progression (A.P.) and perform few operations on the series. The first term of sequence $a_1$, the common difference between terms $d$ and the number of terms $n$ in series is given. You have to generate the A.P. series in a given function. The code stub provided **[here](https://pastebin.com/NtD2gZFt)** is to be used. It calls the function `generate_AP()` to
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