Amit and Nitin
CodeChefOpen on judge ↗
Amit and Nitin are very good friends. Amit gives Nitin a simple problem to solve. Since Nitin is not very good at coding, help him solve the problem. There are some special numbers where the ith special number is represented as: S1=2 S2=7 For i>=3 Si=Si-1 + 3*Si-2 when i%2 = 1 Si=Si-1 + 7 when i%2 = 0 Thus some initial special numbers are 2,7,13,20... Now Nitin has to answer for any given
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