Stars in our pattern
CodeChefOpen on judge ↗
Given a number $N$, generate a star pattern such that on the first line there are $N$ stars and on the subsequent lines the number of stars decreases by 1. The pattern generated should have $N$ rows. In every row, every fifth star (\*) is replaced with a hash (\#). Every row should have the required number of stars (*) and hash (\#) symbols. The code stub provided **[here](https://pasteb
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