Character Patterns
CodeChefOpen on judge ↗
Using two characters: + (plus) and X (multiply) print a frame-like pattern. Input : You are given two integers : l - the number of lines and c - the number of columns of a frame. Output : For each of the test cases output the requested pattern (please have a look at the example). Example 1: Input : 3 1 Output: X X X Example 2 : Input : 4 4 Output: XXXX X++X X++X XXXX Example 3
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