| Problem | choosingcandies |
|---|---|
| User | smartsword |
| Submission Time | 2025-07-02 16:38:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choosingcandies.cpp: In function ‘int main()’:
choosingcandies.cpp:14:9: error: redeclaration of ‘int ans’
14 | int ans = 0;
| ^~~
choosingcandies.cpp:10:9: note: ‘int ans’ previously declared here
10 | int ans = 0;
| ^~~