static int totalLengthOfCodeTokens(L tok) { int n = 0; for (int i = 1; i < l(tok); i += 2) n += l(tok.get(i)); ret n; }