1 char list[250][64];
2 
f(int idx)3 int f(int idx) { return (strlen(list[idx])); }
4 
5