Problem hello
User youwoahh
Submission Time 2025-06-16 14:44:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:5:10: error: expected ‘;’ before ‘cout’
5 | cin >> a
| ^
| ;
6 | cout << "Hello" << a << "!";
| ~~~~