@@ -1,4 +1,5 @@
import utils, solve
import sunflower
def grow(xl, xr, yl, yr):
def init():
@@ -98,6 +99,5 @@ if __name__ == '__main__':
clear()
solve.run([
grow.cactus(0, 32, 0, 32),
check(),
grow(0, 32, 0, 32),
])()
The note is not visible to the blocked user.