Problem | weddingcoins |
---|---|
User | VJADITHYA |
Submission Time | 2023-07-17 17:53:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:13:29: error: ‘ind’ was not declared in this scope; did you mean ‘int’?
13 | ans += (n - n%money[ind]) / money[ind];
| ^~~
| int