Problem hello
User lykieutrang
Submission Time 2025-06-16 14:34:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:8:43: error: expected ‘;’ before ‘}’ token
8 | cout << "Hello" << ' ' << a << ' ' << '!'
| ^
| ;
9 | }
| ~