Sorting and keeping track of indexes in struct

前端 未结 0 1050
鱼传尺愫
鱼传尺愫 2020-12-12 15:44

Let\'s say we have n number of houses. This is a house:

struct Casa {
    int id;
    int membri;
};

I am reading the size of th

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