Problem | addition |
---|---|
User | tessa135 |
Submission Time | 2024-02-22 20:21:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:6: error: expected unqualified-id before ‘=’ token
5 | int = a, b;
| ^
addition.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a, b;
| ^
addition.cpp:6:12: error: ‘b’ was not declared in this scope
6 | cin >> a, b;
| ^