Problem | addition |
---|---|
User | gisellariddlemorozova834 |
Submission Time | 2025-06-16 14:47:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:11: error: expected initializer before ‘int’
5 | long log int b;
| ^~~
addition.cpp:6:26: error: ‘b’ was not declared in this scope
6 | long long int sum = a + b;
| ^