Problem | shamelessad |
---|---|
User | Teeskit |
Submission Time | 2025-06-09 15:15:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad.cpp:7:13: error: missing terminating " character
7 | cout << "Join Shor the Duck’s server, Shor’s Nest!\nAlso check out the collection!
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shamelessad.cpp:8:1: error: missing terminating " character
8 | ";
| ^~
shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:10:5: error: expected primary-expression before ‘return’
10 | return 0; //return 0 last line of function to indicates that the rpogram run without errors
| ^~~~~~