The sequence of 2s and 7s
CodeChefOpen on judge ↗
You remember Hailey, right? So here's where she's stuck now: her software uses an algorithm where every number in the given sequence should be: - 2 if it is divisible by 2. - 7 if it is divisible by 7. - 1 if it is divisible by 2 and 7. Can you help her by giving a program which gives out the altered sequence? ###Input: - First line will contain $n$, the number of elements in the sequence. -
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