to lexicographically compare kth word from two strings

前端 未结 0 1321
孤独总比滥情好
孤独总比滥情好 2021-01-24 16:29

I m trying to write a c++ function to lexicographically compare kth word from two strings. here is my function :

bool kth_lexo ()
{
    int k = 2 ;
    str1 = &qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题