Problem hello
User AliLam
Submission Time 2025-06-16 14:33:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:10:10: error: expected ‘;’ before ‘cout’
10 | cin >> c
| ^
| ;
11 | cout << "Hello";
| ~~~~