Problem hello
User MrPuddleVon
Submission Time 2025-06-16 14:38:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:6:33: error: expected ‘;’ before ‘return’
6 | cout << "Hello " << name <<" !"
| ^
| ;
7 | return 0
| ~~~~~~