Warning: session_start(): open(/var/lib/php/sessions/sess_d4q5m95t6igp7ujpdpesilia8k, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static RectAndMD5 smallestRectAndMD5Containing(L l, int x, int y) {
new Lowest b;
for (RectAndMD5 r : unnull(l))
if (r.r.contains(x, y))
b.put(r, rectPixels(r.r));
ret b!;
}
static RectAndMD5 smallestRectAndMD5Containing(L l, Pt p) {
ret smallestRectAndMD5Containing(l, p.x, p.y);
}