Problem | addition |
---|---|
User | BuiNgocDuc |
Submission Time | 2025-06-16 14:13:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:17: error: expected unqualified-id before ‘long’
6 | int long a, long b;
| ^~~~
addition.cpp:7:17: error: ‘b’ was not declared in this scope
7 | cin >> a >> b;
| ^