Problem | greeting |
---|---|
User | ultbiaslia |
Submission Time | 2023-11-08 13:37:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:5:5: error: expected unqualified-id before ‘=’ token
5 | int=a;
| ^
greeting.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a;
| ^
greeting.cpp:9:5: error: expected unqualified-id before ‘=’ token
9 | int=b;
| ^
greeting.cpp:10:10: error: ‘b’ was not declared in this scope
10 | cout >> b;
| ^