Problem | shamelessad |
---|---|
User | silvspider |
Submission Time | 2025-02-08 09:55:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad.cpp:4:55: error: stray ‘\’ in program
4 | cout<<"Join Shor the Duck’s server, Shor’s Nest!"\n"Also check out the collection!
| ^
shamelessad.cpp:4:57: error: missing terminating " character
4 | cout<<"Join Shor the Duck’s server, Shor’s Nest!"\n"Also check out the collection!
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shamelessad.cpp:5:1: error: missing terminating " character
5 | "
| ^
shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:4:55: error: expected ‘;’ before ‘n’
4 | cout<<"Join Shor the Duck’s server, Shor’s Nest!"\n"Also check out the collection!
| ^~
| ;