#include #include using namespace std; int main() { char c[500],*p,sep[]=" .,;:",m[50]; int max; cin.get(c,500); p=strtok(c,sep); strcpy(m,p); max=strlen(m); while(p!=NULL){ cout<max){ max=strlen(p); strcpy(m,p); } p=strtok(NULL,sep); } cout<<"cuvantul de lungime maxima este: "<