| Problem | weddingcoins |
|---|---|
| User | 56cy |
| Submission Time | 2023-01-07 16:34:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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() {
| ^