Problem weddingcoins
User Subz3r0
Submission Time 2025-02-21 17:25:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:17:26: error: expected ‘;’ before ‘}’ token
17 | cout << count << "\n"
| ^
| ;
18 | }
| ~