if13 – 'if' statement
Paint each cell that has a painted cell to its right, if it is not painted yet. Painting a painted cell is not considered an error.
Environments
Constraints
- Required keywords in solution: if
- Forbidden keywords in solution: while
Example in Python
from robot import *
task("if13")