Problem greeting
User ultbiaslia
Submission Time 2023-11-08 13:40:39
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=b;
| ^
greeting.cpp:9:10: error: ‘b’ was not declared in this scope
9 | cout >> b;
| ^