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