#include <iostream> using namespace std; int f[20]; #define MAX 20 typedef struct { char ch[MAX]; int len; }_string; int _length(_string *s) { int i=0; while(s->ch[i]!='