Problem | addition |
---|---|
User | np08kos |
Submission Time | 2024-06-24 14:18:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:13: error: expected unqualified-id before ‘int’
5 | int a = 5, int b = 6, sum;
| ^~~
addition.cpp:6:2: error: ‘sum’ was not declared in this scope
6 | sum = a+b;
| ^~~
addition.cpp:6:10: error: ‘b’ was not declared in this scope
6 | sum = a+b;
| ^