| Problem | addition |
|---|---|
| User | dong |
| Submission Time | 2026-06-22 16:02:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:6: error: expected unqualified-id before ‘=’ token
6 | int = a;
| ^
addition.cpp:7:6: error: expected unqualified-id before ‘=’ token
7 | int = b;
| ^
addition.cpp:8:9: error: ‘a’ was not declared in this scope
8 | cin >> a >> b
| ^
addition.cpp:8:14: error: ‘b’ was not declared in this scope
8 | cin >> a >> b
| ^