Problem shamelessad
User Nathaniel
Submission Time 2025-03-14 15:32:52
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:5:86: error: expected ‘;’ before ‘return’
5 | cout << "Join Shor the Duck's server, Shor's Nest! \n Also check out the collection"
| ^
| ;
6 |
7 | return 0;
| ~~~~~~