| Problem | shamelessad |
|---|---|
| User | jjyy |
| Submission Time | 2026-04-08 16:42:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shamelessad.cpp:2:9: error: missing terminating " character
2 | cout << "Join Shor the Duck’s server, Shor’s Nest!\n
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shamelessad.cpp:3:31: error: missing terminating " character
3 | Also check out the collection!";
| ^~
shamelessad.cpp:1:1: error: ‘ios’ does not name a type
1 | ios::sync_with_stdio(0); cin.tie(0);
| ^~~
shamelessad.cpp:1:26: error: ‘cin’ does not name a type
1 | ios::sync_with_stdio(0); cin.tie(0);
| ^~~
shamelessad.cpp:2:1: error: ‘cout’ does not name a type
2 | cout << "Join Shor the Duck’s server, Shor’s Nest!\n
| ^~~~