Problem weddingcoins
User beefburger
Submission Time 2026-02-20 17:53:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:22:7: error: expected ‘;’ before ‘}’ token
22 | i--
| ^
| ;
23 | }
| ~
weddingcoins.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
weddingcoins.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^