Problem | shamelessad |
---|---|
User | burningout |
Submission Time | 2025-02-07 21:56:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad.cpp:4:63: error: stray ‘\’ in program
4 | cout << "Join Shor the Duck’s server, Shor’s Nest!"" << "\n";
| ^
shamelessad.cpp:4:65: error: missing terminating " character
4 | cout << "Join Shor the Duck’s server, Shor’s Nest!"" << "\n";
| ^~
shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:4:63: error: expected ‘;’ before ‘n’
4 | cout << "Join Shor the Duck’s server, Shor’s Nest!"" << "\n";
| ^~
| ;