| Problem | weddingcoins |
|---|---|
| User | beefburger |
| Submission Time | 2026-02-20 17:45:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:20:40: error: expected ‘;’ before ‘)’ token
20 | for (int i = money.size()-1; i >= 0) {
| ^
| ;
weddingcoins.cpp:30:1: error: expected ‘}’ at end of input
30 | }
| ^
weddingcoins.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^