Problem hello
User L3Z8V77N0T5
Submission Time 2025-06-16 14:47:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp:8:38: error: stray ‘\357’ in program
8 | cout << " Hello " + username + "!" ;
| ^
hello.cpp:8:39: error: stray ‘\274’ in program
8 | cout << " Hello " + username + "!" ;
| ^
hello.cpp:8:40: error: stray ‘\233’ in program
8 | cout << " Hello " + username + "!" ;
| ^
hello.cpp: In function ‘int main()’:
hello.cpp:8:37: error: expected ‘;’ before ‘return’
8 | cout << " Hello " + username + "!" ;
| ^
| ;
9 |
10 | return 0; }
| ~~~~~~