Problem greeting
User ultbiaslia
Submission Time 2023-11-08 13:44:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:8:5: error: expected unqualified-id before ‘=’ token
8 | int= g;
| ^
greeting.cpp:9:10: error: ‘g’ was not declared in this scope
9 | cout >> g;
| ^