Problem hello
User hyishigh
Submission Time 2024-12-02 10:26:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:5:2: error: expected initializer before ‘cin’
5 | cin << x;
| ^~~
hello.cpp:6:21: error: ‘x’ was not declared in this scope
6 | cout << 'Hello' << x;
| ^