Problem helloworld
User vs358
Submission Time 2023-12-06 23:42:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:22: error: expected ‘;’ before ‘cout’
6 | S.erase((S.begin()))
| ^
| ;
7 | cout << "Hello, world!" << '\n';
| ~~~~