Giúp sửa bài tập lập trình C++

int tktuyentinh(MH ds[], int n, int x)
{
int i = 0;
strcmp(const (ds[n].ma) , const x ) = 0;
while ((strcmp(const char (ds.ma),const char x) < 0)
i++;
if (i == n)
return -1;
return i;
}
 
Top