Problem | shamelessad |
---|---|
User | idontlikeboystrustme |
Submission Time | 2025-02-03 16:33:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad.cpp:5:18: error: missing terminating " character
5 | std::cout << "Join Shor the Duck’s server, Shor’s Nest!
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shamelessad.cpp:6:1: error: stray ‘\’ in program
6 | \nAlso check out the collection!";
| ^
shamelessad.cpp:6:33: error: missing terminating " character
6 | \nAlso check out the collection!";
| ^~
shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:6:2: error: ‘nAlso’ was not declared in this scope
6 | \nAlso check out the collection!";
| ^~~~~