Problem hello
User Ant1234567890
Submission Time 2025-06-13 18:03:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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