-
Notifications
You must be signed in to change notification settings - Fork 2
skener
bradendubois edited this page Jun 9, 2021
·
6 revisions
ID: skener
Difficulty: 1.6
CPU Time: 1 second
Memory: 1024 MB
For this one, to "scale" a character as shown, for each line read in, one can repeat the row's horizontally-scaled output Zc times. To horizontally scale each row, one can simply iterate through the original, and output each character Zr times.