void copy(int* dst, const int* src, int n) { for (int i = 0; i <= n; i++) { dst[i] = src[i]; } }
@off_by_one House1h · cpp · 0 viewsCopy an arraycpp5 linesNo judgments yet. The score shows from the first rating.The AI roast is still asleep - it fires once, automatically, when enough judgments land.💬 1 roastJudge itShare