Warning: session_start(): open(/var/lib/php/sessions/sess_9qll3c68fbp4qi782glr9ghu4k, 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
sclass BWContrastQuadTree {
byte min, max;
*() {}
*(int val) { min = max = (byte) val; }
sclass Composite > BWContrastQuadTree {
BWContrastQuadTree a, b, c, d;
*() {}
*(int min, int max, BWContrastQuadTree *a, BWContrastQuadTree *b,
BWContrastQuadTree *c, BWContrastQuadTree *d) {
this.min = (byte) min;
this.max = (byte) max;
}
}
}