| Problem | coincombinations |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-06-09 21:47:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:11:10: error: ‘coin’ was not declared in this scope; did you mean ‘coins’?
11 | cin >> coin[i];
| ^~~~
| coins
coincombinations.cpp:16:11: error: ‘coin’ was not declared in this scope; did you mean ‘coins’?
16 | int c = coin[i];
| ^~~~
| coins
coincombinations.cpp:17:8: error: ‘x’ was not declared in this scope
17 | for (x = c; x <= v; x++) {
| ^