Problem shamelessad
User Duk168
Submission Time 2024-10-31 01:04:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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