shithub: puzzles

Download patch

ref: 26d0633f87ccdbaf7035e2e14d9dfbfd7f379527
parent: 522588f699b3c910c5a47f8b8185e69250665313
author: Ben Harris <bjh21@bjh21.me.uk>
date: Tue Jan 10 06:07:14 EST 2023

Last-ditch maximum size limit for Flip

This makes sure that width * height <= INT_MAX, which it rather needs
to be.  Also in Flip's case that the square of the area still fits in
an int.