Problem hello
User Migogoh10
Submission Time 2026-03-27 15:06:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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