Problem greeting
User yixiin26
Submission Time 2023-11-08 14:30:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘cin’
5 | cin; >> a;
| ^~~
greeting.cpp:5:7: error: expected primary-expression before ‘>>’ token
5 | cin; >> a;
| ^~