| Problem | weddingcoins |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-02-16 20:04:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:29:2: error: expected ‘,’ or ‘;’ before ‘long’
29 | long long N;
| ^~~~
weddingcoins.cpp:30:9: error: ‘N’ was not declared in this scope
30 | cin >> N;
| ^
weddingcoins.cpp:31:19: error: ‘coint’ was not declared in this scope; did you mean ‘coins’?
31 | cout << minCoins(coint, N);
| ^~~~~
| coins