79532849

Date: 2025-03-25 06:45:47
Score: 1
Natty:
Report link

In C++, the result of an expression is not affected by the context.
What should v + 1 be? v.begin() + 1? Add 1 to every element in v? Or push_back 1 to the end of v?
You can't say "because it's placed in the parameter of std::copy, it should be v.begin()+1".

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: 許恩嘉