Problem hello
User tzuyuan
Submission Time 2025-06-16 14:40:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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