Programming Challenges: Graphical Editor
PC/UVa IDs: 110105/10267, Popularity: B, Success rate: low, Level: 1
Few notes:
- In the problem input, pixels are specified as
[column# row#], whereas two-dimensional vectors (or arrays) are referenced using[row# column#]format. - The program would be doomed to infinite recursion if the condition on line
#51is omitted.
