how I can write the implementation of function which will print out the maximum and the second maximum values of the list?

后端 未结 0 1524
忘掉有多难
忘掉有多难 2020-12-09 04:45

void listType::find_supers() { if (!isempty()) { int super = 0; int count = 0; for (int i = 0;

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