Problem weddingcoins
User 56cy
Submission Time 2023-01-07 16:34:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:20:16: error: expected ‘;’ at end of input
20 | cout << ans
| ~~~^
| ;
weddingcoins.cpp:20:13: error: expected ‘}’ at end of input
20 | cout << ans
| ^~~
weddingcoins.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^