Warning: session_start(): open(/var/lib/php/sessions/sess_5smhv245a5cblqtqer9u8lo4fh, 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
sS repS(S s, int n) {
ret repeatString(s, n);
}
static S repS(IF0 f, int n) {
ret join(repF(f, n));
}
sS repS(int n, S s) {
ret repS(s, n);
}