| Problem | coincombinations |
|---|---|
| User | Tqin |
| Submission Time | 2025-03-18 23:21:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:17:20: error: ‘coins’ was not declared in this scope; did you mean ‘coin’?
17 | for(int coin : coins) {
| ^~~~~
| coin