Warning: session_start(): open(/var/lib/php/sessions/sess_lkaa5e150v4fbpj4vfudf904dr, 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 SS zipTwoListsToCIMap_strict(Cl c1, LS c2) {
int n = l(c1);
if (n != l(c2)) null;
LS l1 = asList(c1), l2 = asList(c2);
SS map = ciMap();
for i to n:
if (!strictPutIC(map, l1.get(i), l2.get(i)))
null;
ret map;
}