Problem shamelessad
User Nathaniel
Submission Time 2025-03-14 15:43:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:2:5: error: ‘ios’ has not been declared
2 | ios::sync_with_stdio(0) ; cin.tie(0);
| ^~~
shamelessad.cpp:2:31: error: ‘cin’ was not declared in this scope
2 | ios::sync_with_stdio(0) ; cin.tie(0);
| ^~~
shamelessad.cpp:3:2: error: ‘cout’ was not declared in this scope
3 | cout << "Join Shor the Duck\'s server, Shor\'s Nest!\nAlso check out the collection!";
| ^~~~
shamelessad.cpp:5:10: error: expected ‘}’ at end of input
5 | return 0;
| ^
shamelessad.cpp:1:12: note: to match this ‘{’
1 | int main() {
| ^