Floyds Triangle
CodeChefOpen on judge ↗
Write a program to print Floyd’s triangle for the given value of the input number. ###Input: - the first line of the input will have the number of rows for Floyd triangle. ###Output: - the output will be a Floyds triangle. See the explanation for more details. - note: leave a space after each number ###Constraints - $1 \leq A \leq 100$ ###Sample Input: 4 ###Sample Output:
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