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

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:13:13: error: expected ‘;’ before ‘}’ token
13 | cout << "!"
| ^
| ;
14 | }
| ~