Problem shamelessad
User haroldpyh
Submission Time 2025-12-03 10:29:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:6:89: error: expected ‘;’ at end of input
6 | cout << "Join Shor the Duck’s server, Shor’s Nest!\nAlso check out the collection!"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
| ;
shamelessad.cpp:6:10: error: expected ‘}’ at end of input
6 | cout << "Join Shor the Duck’s server, Shor’s Nest!\nAlso check out the collection!"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shamelessad.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^