Problem exam
User Rcrc
Submission Time 2026-08-17 11:06:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:10:28: error: stray ‘\’ in program
10 | cout << "Hello World" << \n;
| ^
exam.cpp: In function ‘int main()’:
exam.cpp:10:29: error: ‘n’ was not declared in this scope
10 | cout << "Hello World" << \n;
| ^