Incorrect Loop Syntax and Logic
Open
enhancement
help wanted
invalid
question
- Dominant language
- C++
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The loop for (int i = 0 i < n; i--) is missing a semicolon and is decrementing i instead of incrementing it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.