Problem greeting
User ultbiaslia
Submission Time 2023-11-08 13:45:48
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:10:10: error: ‘g’ was not declared in this scope
10 | cout << g;
| ^