| Problem | exam |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-22 16:30:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp:8:20: error: missing terminating " character
8 | string Greeting = "\Hello World!\"
| ^~~~~~~~~~~~~~~~
exam.cpp: In function ‘int main()’:
exam.cpp:9:9: error: expected primary-expression before ‘erase’
9 | string erase (Greeting, "");
| ^~~~~