Warning: session_start(): open(/var/lib/php/sessions/sess_9kina50pmb9u3e3im9mln3lk70, 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 int absShortMax(short[] l) {
int x = 0;
if (l != null) for (short i : l) x = max(x, abs(i));
ret x;
}