Problem exam
User Devthethala
Submission Time 2026-06-22 16:30:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:8:20: error: missing terminating " character
8 | string Greeting = "\Hello World!\";
| ^~~~~~~~~~~~~~~~~
exam.cpp: In function ‘int main()’:
exam.cpp:9:2: error: ‘erase’ was not declared in this scope
9 | erase (Greeting, "")
| ^~~~~