Problem hello
User TYW
Submission Time 2025-06-16 14:37:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function β€˜int main()’:
hello.cpp:6:23: error: expected β€˜;’ before string constant
6 | cout << "Hello " << a "/n";
| ^~~~~
| ;