79237657

Date: 2024-11-29 15:53:32
Score: 1.5
Natty:
Report link

What's the point of advance etc it and it.

vector<int> numbers = {1,2,3,4,5};
vector<int>::reverse_iterator it;

for(it = numbers.rbegin(); it != 
   numbers.rend(); ++it){
   cout << *it << "\n";
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What's the
  • Low reputation (1):
Posted by: Zabi Sidiqkhil