Problem shamelessad
User Aloosaisahur
Submission Time 2026-01-08 15:18:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main() {
| ~~~
shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:6:102: error: expected ‘;’ before ‘}’ token
6 | cout << "Join Shor the Duck’s server, Shor’s Nest!" << "\n" << "Also check out the collection!"
| ^
| ;
7 | }
| ~