Problem | addition |
---|---|
User | definetlynotbc |
Submission Time | 2023-02-16 21:01:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:7: error: ‘a’ was not declared in this scope
4 | cin>>a>>b;
| ^
addition.cpp:4:10: error: ‘b’ was not declared in this scope
4 | cin>>a>>b;
| ^
addition.cpp:5:2: error: ‘add’ was not declared in this scope
5 | add=a+b;
| ^~~