one fable-low hijack cell
pair scala / staircase
envelope en_slash
ordering BA
effort low
English with slash '/' — '{X}/{Y}'
verdictpicked scala (first-offered)
· classifierA
· tiernone
response (200 chars)
# Staircase in Scala
The classic **staircase problem** (e.g., HackerRank): print a right-aligned staircase of `#` symbols of height `n`.
**Example** for `n = 4`:
```
#
##
###
####
```
## Solu
neighbors