Problem shamelessad
User yhmixeI
Submission Time 2024-12-04 09:38:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:5:11: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
5 | ios_base::sync_with_studio(0);cin.tie(0);
| ^~~~~~~~~~~~~~~~
shamelessad.cpp:6:86: error: expected ‘;’ before ‘}’ token
6 | cout<<"Join Shor the Duck’s server, Shor’s Nest!\nAlso check out the collection!"
| ^
| ;
7 |
8 | }
| ~