INDAPlus21 / INDAPlus21/antonul-task-7
Pass
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Very well done Anton!**
Your code looks good!
My only complaint is this single if-statement.
_Your code_:
```c
for (int i = 0; i < n; i++)
{
if (scanf("%i", &lista[i]) == 1) {}
}
```
Keep it up!
> Why do programmers always mix up Halloween and Christmas?
> Because Oct 31 equals Dec 25.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue shows a C for-loop containing an empty scanf if-statement, but it names no file, test, or specific desired change. Clarify what should replace or improve this statement before starting; done cannot be determined from the current issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100