if (sup < inf+2) {
if ((v[inf]=='o')&&(v[inf+1]=='k'))
return 1;
else return 0;
}