| Problem | greeting |
|---|---|
| User | ultbiaslia |
| Submission Time | 2023-11-08 13:35:40 |
| 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:8:5: error: expected unqualified-id before ‘=’ token
8 | int=b;
| ^
greeting.cpp:9:9: error: ‘b’ was not declared in this scope
9 | cin >> b;
| ^