This question - “Structuring the document” was asked on Hacker Rank and here is my attempt at solving it and I could only get the words

前端 未结 0 1562
执念已碎
执念已碎 2020-12-02 16:04

We have these structures given:

struct word {
    char* data;
};

struct sentence {
    struct word* data;
    int word_count; //denotes number of words in a          


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