Problem | weddingcoins |
---|---|
User | MrPuddleVon |
Submission Time | 2025-06-18 20:47:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:21:13: error: ‘coun’ was not declared in this scope; did you mean ‘count’?
21 | cout << coun
| ^~~~
| count
weddingcoins.cpp:21:13: error: expected ‘}’ at end of input
weddingcoins.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^