Problem | addition |
---|---|
User | Ok |
Submission Time | 2023-12-25 00:57:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:4:8: error: expected unqualified-id before ‘int’
4 | int a, int b;
| ^~~
addition.cpp: In function ‘int main()’:
addition.cpp:10:18: error: ‘b’ was not declared in this scope
10 | scanf(" %d",&b);
| ^